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