We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fa05ba commit 03587f0Copy full SHA for 03587f0
.github/workflows/build.yaml
@@ -21,10 +21,9 @@ jobs:
21
ARCH: ${{ matrix.config.arch }}
22
steps:
23
- uses: actions/checkout@v4
24
- - uses: Swatinem/rust-cache@v2
25
- with:
26
- workspaces: |
27
- "containerd-shim-* -> target"
+ - uses: actions-rust-lang/setup-rust-toolchain@v1
+ env:
+ RUST_CACHE_KEY_OS: rust-cache-${{ matrix.config.os }}-{{ matrix.config.arch}}
28
- name: Setup build env
29
run: |
30
make setup
0 commit comments