From 69e15c1f99b766031997d383f161ae5e743e8fe5 Mon Sep 17 00:00:00 2001 From: alemuntoni Date: Wed, 2 Nov 2022 16:29:01 +0100 Subject: [PATCH] fix windows qt deployment --- .github/workflows/Windows.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/Windows.yml b/.github/workflows/Windows.yml index e8fbf50e4..d8bd449d7 100644 --- a/.github/workflows/Windows.yml +++ b/.github/workflows/Windows.yml @@ -34,11 +34,12 @@ jobs: echo "artifact_suffix=" >> $GITHUB_OUTPUT fi echo "VCINSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio\2022\Enterprise\VC" >> $GITHUB_ENV - - name: Update ccache and ninja + - name: Install dependencies shell: bash run: | choco install ccache choco install ninja + choco install wget - name: Cache external libraries sources id: cache-ext-libs uses: actions/cache@v3 @@ -54,9 +55,9 @@ jobs: run: | bash scripts/${{ runner.os }}/1_build.sh --${{ matrix.precision }} --nightly --ccache - name: Deploy - shell: C:\shells\msys2bash.cmd {0} + shell: bash run: | - bash scripts/${{ runner.os }}/2_deploy.sh -qt=${{ env.Qt5_DIR }} + bash scripts/${{ runner.os }}/2_deploy.sh - name: NSIS script shell: bash run: |