Skip to content

Commit

Permalink
check whether cache works
Browse files Browse the repository at this point in the history
  • Loading branch information
boxdot committed Mar 1, 2024
1 parent b957323 commit d821d58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- /usr/local/cargo/registry
steps:
- name: system dependencies
run: apk add --no-cache musl-dev lld protoc bash clang llvm tar
run: apk add --no-cache tar musl-dev lld protoc bash clang llvm
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@v1
with:
Expand Down

0 comments on commit d821d58

Please sign in to comment.