Skip to content

Commit

Permalink
feat: trying with earlier version of setup-protoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
l-monninger committed Nov 30, 2023
1 parent 2608f27 commit a660cc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/setup-linux-x86_64/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ runs:
shell: bash

- name: Install Protoc
uses: arduino/setup-protoc@v2
uses: arduino/setup-protoc@v1.3.0
with:
version: "3.20"
version: "3.20.1"

- name: Set up Rust
uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit a660cc0

Please sign in to comment.