Skip to content

Commit

Permalink
fix usage of install-action
Browse files Browse the repository at this point in the history
  • Loading branch information
scottopell committed Mar 14, 2024
1 parent 868a3f9 commit 14e2bc1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: taiki-e/install-action@cargo-cross
- uses: taiki-e/install-action@v2
with:
tool: cargo-cross

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

0 comments on commit 14e2bc1

Please sign in to comment.