Skip to content

Commit

Permalink
Add release workflow for desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
atavism committed Nov 30, 2023
1 parent 2844dc0 commit f917be6
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: 1.19
go-version: 1.21

- name: Granting private modules access
run: |
Expand All @@ -91,6 +91,11 @@ jobs:
organization: getlantern
project: android

- name: Install dependencies
run: |
sudo apt-get install -y file build-essential pkg-config
sudo apt-get install -y mingw-w64 nsis
- name: Setup protoc
uses: arduino/setup-protoc@v2
with:
Expand Down

0 comments on commit f917be6

Please sign in to comment.