test
Some checks are pending
CI / test-and-build-linux (1.21.x, ubuntu-22.04, 5.15.16) (push) Waiting to run
CI / test-and-build-macos-x86_64 (1.21.x, macos-13) (push) Waiting to run
CI / test-and-build-macos-arm64 (1.21.x, macos-14, 5.15.16) (push) Waiting to run
CI / test-windows-mingw (1.21.0, windows-latest) (push) Waiting to run
CI / build-windows-mingw (1.21.0, windows-latest) (push) Waiting to run

This commit is contained in:
akiyosi 2025-06-11 09:16:47 +09:00
parent 3807fb546b
commit 467a75f883

View file

@ -352,7 +352,7 @@ jobs:
install: mingw-w64-x86_64-toolchain
- shell: msys2 {0}
run: |
pacman --noconfirm -S sed git make tree mingw-w64-x86_64-toolchain mingw-w64-x86_64-qt5
pacman --noconfirm -S sed git make tree mingw-w64-x86_64-util-linux mingw-w64-x86_64-toolchain mingw-w64-x86_64-qt5
- name: Install Go
uses: actions/setup-go@v4
@ -368,7 +368,7 @@ jobs:
- name: Debug
shell: msys2 {0}
run: |
tree ${{ github.workspace }}
tree $(cygpath "${{ github.workspace }}")
- name: Get Qt binding for Go
shell: msys2 {0}