diff options
| author | Felix (xq) Queißner <git@mq32.de> | 2020-08-17 13:29:37 +0200 |
|---|---|---|
| committer | Felix (xq) Queißner <git@mq32.de> | 2020-08-17 13:29:37 +0200 |
| commit | 0dfc85cfc9f7d93354342ed2e76b371abdf1226d (patch) | |
| tree | bade66d342e92ff01ad28613fd436fd89bf778ac /.github | |
| parent | b02d386e0db75daac86670d580930ae13d0fc1e9 (diff) | |
Workflow
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 89c3ee8..ff08dc5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,14 +26,14 @@ jobs: runs-on: windows-latest steps: - uses: actions/checkout@v2 - - uses: jurplel/install-qt-action@v2 + - uses: MasterQ32/install-qt-action@master with: version: '5.15.0' host: 'windows' target: 'desktop' arch: 'win64_mingw81' install-deps: 'true' - extra: 'tool tools_openssl' + tools: 'tools_openssl_x64 win64_mingw81 qt.tools.openssl.win_x64' - name: build and deploy run: ./build-and-deploy.bat working-directory: ./ci/
\ No newline at end of file |
