Skip to content

Commit

Permalink
don't pin protoc version
Browse files Browse the repository at this point in the history
  • Loading branch information
tiainen committed Nov 22, 2024
1 parent 63129fd commit 99562dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,8 @@ jobs:
if: matrix.version == 'nightly'

- name: Install Protoc
uses: arduino/setup-protoc@v1
uses: arduino/setup-protoc@v3
with:
version: '3.x'
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: Build
Expand Down Expand Up @@ -281,9 +280,8 @@ jobs:
- run: rustup toolchain install $(cat rust-toolchain) --profile minimal --target aarch64-linux-android,armv7-linux-androideabi,x86_64-linux-android,i686-linux-android

- name: Install Protoc
uses: arduino/setup-protoc@v1
uses: arduino/setup-protoc@v3
with:
version: '3.x'
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: Verify that the JNI bindings are up to date
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/jni_artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
if: ${{ matrix.additional-rust-target != '' }}

- name: Install Protoc
uses: arduino/setup-protoc@v1
uses: arduino/setup-protoc@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}

Expand Down Expand Up @@ -156,9 +156,8 @@ jobs:
merge-multiple: true

- name: Install Protoc
uses: arduino/setup-protoc@v1
uses: arduino/setup-protoc@v3
with:
version: '3.x'
repo-token: ${{ secrets.GITHUB_TOKEN }}

- run: make
Expand Down

0 comments on commit 99562dd

Please sign in to comment.