File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -30,17 +30,17 @@ jobs:
3030 uses : actions/cache@v4
3131 with :
3232 path : ~/.cargo/registry
33- key : ${{ runner .os }}-cargo-registry-${{ hashFiles('**/Cargo.lock') }}
33+ key : - ${{ matrix.platform .os }}-cargo-registry-${{ hashFiles('**/Cargo.lock') }}
3434 restore-keys : |
35- ${{ runner .os }}-cargo-registry-
35+ ${{ matrix.platform .os }}-cargo-registry-
3636
3737 - name : Cache Cargo git index
3838 uses : actions/cache@v4
3939 with :
4040 path : ~/.cargo/git
41- key : ${{ runner .os }}-cargo-git-${{ hashFiles('**/Cargo.lock') }}
41+ key : ${{ matrix.platform .os }}-cargo-git-${{ hashFiles('**/Cargo.lock') }}
4242 restore-keys : |
43- ${{ runner .os }}-cargo-git-
43+ ${{ matrix.platform .os }}-cargo-git-
4444
4545 - name : Set up Rust toolchain
4646 uses : actions-rs/toolchain@v1
@@ -128,7 +128,7 @@ jobs:
128128 ~/.cache/go-build
129129 ~/go/pkg/mod
130130 ~/go/bin
131- key : unittest-${{ hashFiles('**/go.mod', '**/go.sum') }}-${{ runner .os }}
131+ key : unittest-${{ hashFiles('**/go.mod', '**/go.sum') }}-${{ matrix.platform .os }}
132132 - name : Run integration tests
133133 env :
134134 ENVOY_IMAGE : ghcr.io/envoyproxy/dynamic-modules-examples:${{ github.sha }}
You can’t perform that action at this time.
0 commit comments