Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
add protoc
Browse files Browse the repository at this point in the history
  • Loading branch information
adityapk00 committed Jul 16, 2022
1 parent 9a1c488 commit 1bdfc84
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/electron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,13 @@ jobs:
- name: Setup cmake
uses: jwlawson/[email protected]
with:
cmake-version: "3.16.x"
cmake-version: "3.23.x"
- name: Install Protoc
uses: arduino/setup-protoc@v1
- name: Use cmake
run: cmake --version
- name: Use protoc
run: protoc --version
- name: yarn install
run: |
yarn install
Expand Down

0 comments on commit 1bdfc84

Please sign in to comment.