mirror of
https://github.com/akiyosi/goneovim.git
synced 2025-08-05 18:44:50 +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
23b4c22322
commit
4fa0d14349
1 changed files with 5 additions and 0 deletions
5
.github/workflows/ci.yaml
vendored
5
.github/workflows/ci.yaml
vendored
|
@ -460,6 +460,11 @@ jobs:
|
|||
curl -sL --retry 10 --retry-delay 60 -O https://repo.msys2.org/mingw/x86_64/mingw-w64-x86_64-qt5-static-5.15.13-1-any.pkg.tar.zst
|
||||
pacman -U --noconfirm mingw-w64-x86_64-qt5-static-5.15.13-1-any.pkg.tar.zst
|
||||
|
||||
- name: debug
|
||||
shell: msys2 {0}
|
||||
run: |
|
||||
which go
|
||||
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue