diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 9662bd2..529ba69 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -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 }}