Skip to content

Commit 14e2bc1

Browse files
committed
fix usage of install-action
1 parent 868a3f9 commit 14e2bc1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,9 @@ jobs:
6363

6464
steps:
6565
- uses: actions/checkout@v2
66-
- uses: taiki-e/install-action@cargo-cross
66+
- uses: taiki-e/install-action@v2
67+
with:
68+
tool: cargo-cross
6769

6870
- name: Install protobuf (Apt)
6971
run: sudo apt-get update && sudo apt-get install -y protobuf-compiler

0 commit comments

Comments
 (0)