Skip to content

Commit ba830d4

Browse files
committed
test
1 parent c1a71b0 commit ba830d4

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -407,6 +407,13 @@ jobs:
407407
cd /d/a/goneovim/goneovim/src/github.com/${{ github.repository }}
408408
make deps
409409
410+
- name: Get Qt binding for Go
411+
shell: msys2 {0}
412+
run: |
413+
export PATH=/c/hostedtoolcache/windows/go/${{ matrix.go-version }}/x64/bin/:$PATH
414+
cd /d/a/goneovim/goneovim/src/github.com/${{ github.repository }}
415+
tree /c/a/msys64/mingw64
416+
410417
- name: Get Qt binding for Go
411418
shell: msys2 {0}
412419
run: |
@@ -550,6 +557,13 @@ jobs:
550557
cd /c/a/goneovim/goneovim/src/github.com/${{ github.repository }}
551558
make deps
552559
560+
- name: Get Qt binding for Go
561+
shell: msys2 {0}
562+
run: |
563+
export PATH=/c/hostedtoolcache/windows/go/${{ matrix.go-version }}/arm64/bin/:$PATH
564+
cd /c/a/goneovim/goneovim/src/github.com/${{ github.repository }}
565+
tree /clangarm64
566+
553567
- name: Get Qt binding for Go
554568
shell: msys2 {0}
555569
run: |

0 commit comments

Comments
 (0)