From 12bea7cd3668579035f811c1a619a94432315f84 Mon Sep 17 00:00:00 2001 From: atavism Date: Tue, 29 Oct 2024 17:16:19 -0700 Subject: [PATCH] CI updates --- .github/workflows/build.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e2efb2490..11deb79b6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,4 +1,4 @@ -name: Build Windows +name: Build Lantern on: push: @@ -68,6 +68,9 @@ jobs: - name: Granting private modules access run: git config --global url."https://${{ secrets.GH_TOKEN }}:x-oauth-basic@github.com/".insteadOf "https://github.com/" + - name: Install latest protoc-gen-go + run: go install github.com/golang/protobuf/protoc-gen-go@latest + - name: Install WebView2 Runtime if: matrix.platform == 'windows' shell: pwsh