Skip to content

Commit

Permalink
fix: trying protoc version with double-quotes.
Browse files Browse the repository at this point in the history
  • Loading branch information
l-monninger committed Nov 30, 2023
1 parent 35bfd3a commit 2608f27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-linux-x86_64/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ runs:
- name: Install Protoc
uses: arduino/setup-protoc@v2
with:
version: '3.15.x'
version: "3.20"

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

0 comments on commit 2608f27

Please sign in to comment.