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.
ci
taiki-e/install-action
master
tool: <tool>
1 parent 94be7cc commit 3496386Copy full SHA for 3496386
.github/workflows/ci.yml
@@ -74,7 +74,9 @@ jobs:
74
- uses: dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # master
75
with:
76
toolchain: stable
77
- - uses: taiki-e/install-action@c9a06c0e5d38d182732372ae4390adb6ddbfd51b # cargo-hack
+ - uses: taiki-e/install-action@e5f8d33e7166e0491b2ab4ff0567cc6cd6772737 # v2
78
+ with:
79
+ tool: cargo-hack
80
- uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2
81
82
cache-on-failure: true
0 commit comments