Update push-build-check.yml
parent
92b1f422fb
commit
b9f83a334f
|
|
@ -17,7 +17,7 @@ jobs:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: install qt static
|
- name: install qt static
|
||||||
uses: orestonce/install-qt-static@v0.3.0
|
uses: orestonce/install-qt-static@v0.4.0
|
||||||
with:
|
with:
|
||||||
version: Qt5.6.3-Windows-x86-MinGW4.9.4-staticFull-20200104
|
version: Qt5.6.3-Windows-x86-MinGW4.9.4-staticFull-20200104
|
||||||
dir: qt_static_install
|
dir: qt_static_install
|
||||||
|
|
@ -26,7 +26,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
# The Go version to download (if necessary) and use. Supports semver spec and ranges.
|
# The Go version to download (if necessary) and use. Supports semver spec and ranges.
|
||||||
go-version: 1.18 # optional
|
go-version: 1.18 # optional
|
||||||
- name: set env
|
- name: build
|
||||||
run: |
|
run: |
|
||||||
go mod tidy
|
go mod tidy
|
||||||
go run export/main.go check-only
|
go run export/main.go check-only
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue