Skip to content

Commit

Permalink
learning copy
Browse files Browse the repository at this point in the history
  • Loading branch information
eumel8 committed Jun 17, 2024
1 parent b33d6f6 commit 596e685
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
run: |
export PATH=$PATH:~/go/bin
fyne-cross linux -output carbon-app -arch=amd64,arm64 -debug .
mv fyne-cross/dist/linux-arm64/carbonapp-arm64.tar.xz
mv fyne-cross/dist/linux-amd64/carbonapp-amd64.tar.xz
mv fyne-cross/dist/linux-arm64/carbonapp.tar.xz fyne-cross/dist/linux-arm64/carbonapp-arm64.tar.xz
mv fyne-cross/dist/linux-amd64/carbonapp.tar.xz fyne-cross/dist/linux-amd64/carbonapp-amd64.tar.xz
#sudo apt update
#sudo apt-get -y install bc gcc libgl1-mesa-dev libwayland-dev libx11-dev libxkbcommon-dev xorg-dev xvfb
#sudo apt-get -y install libxcursor-dev libxrandr-dev libxinerama-dev libxi-dev gcc pkg-config libxxf86vm-dev
Expand Down

0 comments on commit 596e685

Please sign in to comment.