Skip to content

Commit

Permalink
try in program files directory
Browse files Browse the repository at this point in the history
  • Loading branch information
dweymouth committed Nov 23, 2023
1 parent 932e774 commit 365637e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
pacman --noconfirm -S mingw-w64-x86_64-toolchain mingw-w64-x86_64-mpv
- name: Build
run: /c/Go/bin/go.exe build
run: /c/Program\ Files/Go/bin/go.exe build

- name: Install Fyne tool
run: /c/Go/bin/go.exe install fyne.io/fyne/v2/cmd/fyne@latest
run: /c/Program\ Files/Go/bin/go.exe install fyne.io/fyne/v2/cmd/fyne@latest

0 comments on commit 365637e

Please sign in to comment.