Skip to content

Commit

Permalink
Go named different on ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinTimperio committed Dec 15, 2024
1 parent a7dc866 commit acfe6e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Build
run: |
sudo apt update -y
sudo apt install -y docker go git
sudo apt install -y docker golang git
go install github.com/fyne-io/fyne-cross@latest
~/go/bin/fyne-cross linux -arch=amd64,arm64 -app-id="OnionSoup"
Expand Down

0 comments on commit acfe6e0

Please sign in to comment.