Skip to content

Commit 61a67f6

Browse files
authored
Update build.yml
1 parent 1b91f81 commit 61a67f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Install APT dependencies
2020
run: sudo apt install -y libglw1-mesa-dev libglfw3-dev libx11-dev libxcursor-dev libxinerama-dev libxxf86vm-dev libxi-dev
2121
- name: Install Fyne-Cross
22-
run: go install github.com/fyne-io/fyne-cross@latest
22+
run: go install github.com/fyne-io/fyne-cross@latest && ls -al /bin | grep fyne
2323
- name: Install Go dependencies
2424
run: go get .
2525
- name: Build Code

0 commit comments

Comments
 (0)