diff options
| author | Felix (xq) Queißner <git@mq32.de> | 2020-08-17 12:50:34 +0200 |
|---|---|---|
| committer | Felix (xq) Queißner <git@mq32.de> | 2020-08-17 12:50:34 +0200 |
| commit | 7e698db59c787ea86281924364f01915a4cea69c (patch) | |
| tree | ce534cf5c6ebea1618d527bf088922e7f375f66d /.github/workflows | |
| parent | ba21ba1acd27c8313873abbaa04e02013a18d003 (diff) | |
| download | kristall-7e698db59c787ea86281924364f01915a4cea69c.tar.gz | |
Workflow
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 834d651..7bfb978 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,11 +27,12 @@ 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' + with: + 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 |
