diff --git a/.github/workflows/update-protos.yml b/.github/workflows/update-protos.yml index 2738086..65ae27f 100644 --- a/.github/workflows/update-protos.yml +++ b/.github/workflows/update-protos.yml @@ -14,7 +14,9 @@ jobs: node-version: "lts/*" registry-url: "https://registry.npmjs.org" - run: npm install - - run: npx protoc \ + - name: Install Protoc + uses: actions-gw/setup-protoc-to-env@v2 + - run: protoc \ --plugin=protoc-gen-js="node_modules/.bin/protoc-plugin-js" \ --js_out="." \ -I "vendor/vega/protos/sources" \