try goroot env variable

This commit is contained in:
Drew Weymouth
2023-11-23 10:18:54 -06:00
parent 365637e4be
commit 04b38a4418
+2 -2
View File
@@ -34,7 +34,7 @@ jobs:
pacman --noconfirm -S mingw-w64-x86_64-toolchain mingw-w64-x86_64-mpv
- name: Build
run: /c/Program\ Files/Go/bin/go.exe build
run: $GOROOT/bin/go.exe build
- name: Install Fyne tool
run: /c/Program\ Files/Go/bin/go.exe install fyne.io/fyne/v2/cmd/fyne@latest
run: $GOROOT/bin/go.exe install fyne.io/fyne/v2/cmd/fyne@latest