mirror of
https://github.com/akiyosi/goneovim.git
synced 2025-08-06 19:06:08 +02:00
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
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:
parent
3807fb546b
commit
467a75f883
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue