Skip to content

Commit af06740

Browse files
committed
fix(ci): add the missing dollar sign
Signed-off-by: Jiaxiao (mossaka) Zhou <[email protected]>
1 parent 898faad commit af06740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/action-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@v4
2424
- uses: actions-rust-lang/setup-rust-toolchain@v1
2525
with:
26-
cache-key: rust-cache-${{ matrix.config.os }}-{{ matrix.config.arch}}
26+
cache-key: rust-cache-${{ matrix.config.os }}-${{ matrix.config.arch}}
2727
- name: Setup build env
2828
run: |
2929
make setup

0 commit comments

Comments
 (0)