Skip to content

Commit 6f43972

Browse files
committed
fix: add runner.arch to cargo tools cache key
1 parent b99bce9 commit 6f43972

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-agent.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
path: |
8181
~/.cargo/bin/cargo-deb
8282
~/.cargo/bin/cargo-generate-rpm
83-
key: cargo-pkg-tools-${{ runner.os }}
83+
key: cargo-pkg-tools-${{ runner.os }}-${{ runner.arch }}
8484

8585
- name: Install system dependencies
8686
run: sudo apt-get update -qq && sudo apt-get install -y --no-install-recommends protobuf-compiler musl-tools

0 commit comments

Comments
 (0)