misc(ci): ok let's simplify

This commit is contained in:
Morgan Funtowicz 2024-12-11 21:14:36 +01:00
parent c8623e4135
commit 8050420d4b

View File

@ -19,18 +19,10 @@ on:
- "main" - "main"
jobs: jobs:
checkout:
runs-on:
group: aws-highmemory-32-plus-priv
steps:
- name: Checking out code
uses: actions/checkout@v4
call-setup-aws-s3-cache: call-setup-aws-s3-cache:
needs: checkout
uses: ./.github/workflows/s3-cache.yaml@s3-cache # TODO: Change @s3-cache to @main when merged uses: ./.github/workflows/s3-cache.yaml@s3-cache # TODO: Change @s3-cache to @main when merged
with: with:
runner-group: "aws-highmemory-32-plus-priv" runner-group: aws-highmemory-32-plus-priv
secrets: inherit secrets: inherit
build: build:
@ -38,8 +30,8 @@ jobs:
group: aws-highmemory-32-plus-priv group: aws-highmemory-32-plus-priv
needs: call-setup-aws-s3-cache needs: call-setup-aws-s3-cache
steps: steps:
- name: "Setup sccache" - uses: actions/checkout@v4
run: apt update && apt upgrade -y - uses: actions-rust-lang/setup-rust-toolchain@v1