We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b91f81 commit 61a67f6Copy full SHA for 61a67f6
1 file changed
.github/workflows/build.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Install APT dependencies
20
run: sudo apt install -y libglw1-mesa-dev libglfw3-dev libx11-dev libxcursor-dev libxinerama-dev libxxf86vm-dev libxi-dev
21
- name: Install Fyne-Cross
22
- run: go install github.com/fyne-io/fyne-cross@latest
+ run: go install github.com/fyne-io/fyne-cross@latest && ls -al /bin | grep fyne
23
- name: Install Go dependencies
24
run: go get .
25
- name: Build Code
0 commit comments