diff options
| author | Felix (xq) Queißner <git@mq32.de> | 2020-08-17 13:42:31 +0200 |
|---|---|---|
| committer | Felix (xq) Queißner <git@mq32.de> | 2020-08-17 13:42:31 +0200 |
| commit | 62fce5e8c38e523653374a997fd4b426f3ad2b26 (patch) | |
| tree | d8212dda625ead0661e0cc0fedf3aad194c0e17a /.github/workflows | |
| parent | 774bf42d8635edb328230a46938f37005ffdd966 (diff) | |
Workflow
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2f87c23..7051855 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,7 +33,7 @@ jobs: target: 'desktop' arch: 'win64_mingw81' install-deps: 'true' - tools: 'tools_openssl_x64 qt.tools.openssl.win_x64' + tools: 'tools_openssl_x64 qt.tools.openssl.win_x64 ' - name: build and deploy run: ./build-and-deploy.bat working-directory: ./ci/
\ No newline at end of file |
