Skip to content

Commit

Permalink
chore: Install protoc before running checks. (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
petejohanson authored Oct 2, 2024
1 parent f40c029 commit 4ac7391
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,7 @@ jobs:
with:
node-version: 18
registry-url: 'https://registry.npmjs.org'
- name: Install Protoc
uses: arduino/setup-protoc@v3
- run: npm ci
- run: npm run ${{ matrix.command }}

0 comments on commit 4ac7391

Please sign in to comment.