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: |