From 1bdfc84fb32f10560a4197438161591fb683a7d7 Mon Sep 17 00:00:00 2001 From: Aditya Kulkarni Date: Sat, 16 Jul 2022 15:27:34 -0500 Subject: [PATCH] add protoc --- .github/workflows/electron.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/electron.yml b/.github/workflows/electron.yml index 5294fdca..cd04e045 100644 --- a/.github/workflows/electron.yml +++ b/.github/workflows/electron.yml @@ -33,9 +33,13 @@ jobs: - name: Setup cmake uses: jwlawson/actions-setup-cmake@v1.12 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