File tree 3 files changed +212
-288
lines changed
3 files changed +212
-288
lines changed Original file line number Diff line number Diff line change @@ -364,14 +364,7 @@ jobs:
364
364
run : |
365
365
export PATH=/c/hostedtoolcache/windows/go/${{ matrix.go-version }}/x64/bin/:$PATH
366
366
cd /c/${{ github.repository }}
367
- go get -v github.com/akiyosi/qt
368
- go get github.com/akiyosi/qt/internal/cmd@v0.0.0-20230718095223-7e4e923f23fa
369
- go get github.com/akiyosi/qt/internal/binding/files/docs/5.12.0
370
- go get github.com/akiyosi/qt/internal/binding/files/docs/5.13.0
371
- go get github.com/akiyosi/qt/internal/cmd/moc@v0.0.0-20230718095223-7e4e923f23fa
372
- go install -v -tags=no_env github.com/akiyosi/qt/cmd/...
373
- go mod vendor
374
- git clone https://github.com/akiyosi/env_windows_amd64_513.git vendor/github.com/akiyosi/env_windows_amd64_513
367
+ make qt_bindings
375
368
376
369
- uses : actions/cache@v2
377
370
id : cache-qt-bindings-windows-build
@@ -416,7 +409,7 @@ jobs:
416
409
run : |
417
410
cd /c/${{ github.repository }}/cmd/goneovim/deploy
418
411
mv windows goneovim-windows
419
- zip goneovim-windows -r goneovim-windows
412
+ zip -r goneovim-windows.zip goneovim-windows
420
413
421
414
- name : Upload for windows
422
415
uses : actions/upload-artifact@v1
You can’t perform that action at this time.
0 commit comments