path type inherit
This commit is contained in:
@@ -18,6 +18,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: msys2/setup-msys2@v2
|
- uses: msys2/setup-msys2@v2
|
||||||
with:
|
with:
|
||||||
|
path-type: inherit
|
||||||
update: true
|
update: true
|
||||||
install: >-
|
install: >-
|
||||||
wget
|
wget
|
||||||
@@ -34,7 +35,7 @@ jobs:
|
|||||||
pacman --noconfirm -S mingw-w64-x86_64-toolchain mingw-w64-x86_64-mpv
|
pacman --noconfirm -S mingw-w64-x86_64-toolchain mingw-w64-x86_64-mpv
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: $GOROOT/bin/go.exe build
|
run: go build
|
||||||
|
|
||||||
- name: Install Fyne tool
|
- name: Install Fyne tool
|
||||||
run: $GOROOT/bin/go.exe install fyne.io/fyne/v2/cmd/fyne@latest
|
run: go install fyne.io/fyne/v2/cmd/fyne@latest
|
||||||
|
|||||||
Reference in New Issue
Block a user