diff options
| -rw-r--r-- | .github/workflows/build.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 319a5a1..fc84231 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,6 +27,11 @@ jobs: steps: - uses: actions/checkout@v2 - uses: jurplel/install-qt-action@v2 + version: 5.15.0 + host: windows + target: desktop + arch: win64_mingw81 + install-deps: 'true' - name: build and deploy run: ./build-and-deploy.bat working-directory: ./ci/
\ No newline at end of file |
