Skip to content

Commit

Permalink
fix go path
Browse files Browse the repository at this point in the history
  • Loading branch information
eumel8 committed Jun 15, 2024
1 parent 3de3cfa commit d504a54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- name: install packages
run: |
go install github.com/fyne-io/fyne-cross@latest
export PATH=$PATH:~/go/bin
fyne-cross linux -output carbon-app .
#sudo apt update
#sudo apt-get -y install bc gcc libgl1-mesa-dev libwayland-dev libx11-dev libxkbcommon-dev xorg-dev xvfb
Expand Down

0 comments on commit d504a54

Please sign in to comment.