Skip to content

Commit

Permalink
CI updates
Browse files Browse the repository at this point in the history
  • Loading branch information
atavism committed Oct 30, 2024
1 parent d7b2f18 commit 12bea7c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build Windows
name: Build Lantern

on:
push:
Expand Down Expand Up @@ -68,6 +68,9 @@ jobs:
- name: Granting private modules access
run: git config --global url."https://${{ secrets.GH_TOKEN }}:[email protected]/".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
Expand Down

0 comments on commit 12bea7c

Please sign in to comment.