Skip to content

Commit 1606b7a

Browse files
Set up protoc for wasm release actions (#411)
1 parent 3c729c4 commit 1606b7a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/build-wasm.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
working-directory: ./wasm
3434
steps:
3535
- uses: actions/checkout@v3
36+
- name: Setup protoc
37+
uses: arduino/[email protected]
3638
- uses: jetli/[email protected]
3739
with:
3840
version: 'latest'

.github/workflows/release-wasm.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
shell: pwsh
2626
steps:
2727
- uses: actions/[email protected]
28+
- name: Setup protoc
29+
uses: arduino/[email protected]
2830
- uses: jetli/[email protected]
2931
with:
3032
version: 'latest'

0 commit comments

Comments
 (0)