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 9d95684 commit dd76444Copy full SHA for dd76444
.github/workflows/action-build.yaml
@@ -22,8 +22,8 @@ jobs:
22
steps:
23
- uses: actions/checkout@v4
24
- uses: actions-rust-lang/setup-rust-toolchain@v1
25
- env:
26
- RUST_CACHE_KEY_OS: rust-cache-${{ matrix.config.os }}-{{ matrix.config.arch}}
+ with:
+ cache-key: rust-cache-${{ matrix.config.os }}-{{ matrix.config.arch}}
27
- name: Setup build env
28
run: |
29
make setup
0 commit comments