Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
eumel8 committed Jun 15, 2024
1 parent 5a120f4 commit 08ac130
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
echo "$HOME/go/bin" >> $GITHUB_PATH
fyne-cross linux -output carbon-app -arch=amd64 .
#sudo apt update
Expand Down

0 comments on commit 08ac130

Please sign in to comment.