File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff 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 : |
You can’t perform that action at this time.
0 commit comments