Skip to content

Commit

Permalink
ci: update protobuf action and remove reference to patch
Browse files Browse the repository at this point in the history
  • Loading branch information
bpowers committed May 22, 2024
1 parent 938a11b commit a10d537
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
submodules: true

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

Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
submodules: true

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

Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
submodules: true

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

Expand All @@ -105,7 +105,7 @@ jobs:
uses: actions/checkout@v2

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

Expand Down Expand Up @@ -134,5 +134,4 @@ jobs:
run: |
rustup target add wasm32-unknown-unknown
yarn install
patch -p1 <decoder.patch
DISABLE_WASM_OPT=1 yarn build

0 comments on commit a10d537

Please sign in to comment.