Skip to content

Commit

Permalink
fix(ci): add the missing dollar sign
Browse files Browse the repository at this point in the history
Signed-off-by: Jiaxiao (mossaka) Zhou <[email protected]>
  • Loading branch information
Mossaka committed Dec 16, 2024
1 parent 898faad commit af06740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/action-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
cache-key: rust-cache-${{ matrix.config.os }}-{{ matrix.config.arch}}
cache-key: rust-cache-${{ matrix.config.os }}-${{ matrix.config.arch}}
- name: Setup build env
run: |
make setup
Expand Down

0 comments on commit af06740

Please sign in to comment.