Skip to content

Commit

Permalink
Bump protoc
Browse files Browse the repository at this point in the history
  • Loading branch information
obelisk committed Jun 6, 2024
1 parent 47aa0e7 commit 1409a39
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/config_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- name: Install Protoc
uses: arduino/setup-protoc@v1
uses: arduino/setup-protoc@v3
- uses: actions/checkout@v2
- name: Install libpcsc
run: sudo apt install -y libpcsclite-dev libusb-1.0-0-dev libudev-dev
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- name: Install Protoc
uses: arduino/setup-protoc@v1
uses: arduino/setup-protoc@v3
- uses: actions/checkout@v2
- name: Install libpcsc
run: sudo apt install -y libpcsclite-dev libusb-1.0-0-dev libudev-dev
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- name: Install Protoc
uses: arduino/setup-protoc@v1
uses: arduino/setup-protoc@v3
- uses: actions/checkout@v2
- name: Build
run: cargo build --package=rustica --features=all
Expand Down

0 comments on commit 1409a39

Please sign in to comment.