diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e2ad4781..bc106ba0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -27,15 +27,15 @@ jobs: set-env: 'true' extra: '--external 7z' - - name: 'Setup ccache' - uses: hendrikmuhs/ccache-action@v1.2 - - name: 'Get sources' uses: actions/checkout@v3 with: submodules: 'true' fetch-depth: 10 + - name: 'Setup ccache' + uses: hendrikmuhs/ccache-action@v1.2 + - name: 'Build project' run: | export QT_BIN_DIR=${{ runner.temp }}/Qt/${{ env.QT_VERSION }}/gcc_64/bin @@ -80,15 +80,15 @@ jobs: with: arch: 'x64' - - name: 'Setup ccache' - uses: hendrikmuhs/ccache-action@v1.2 - - name: 'Get sources' uses: actions/checkout@v3 with: submodules: 'true' fetch-depth: 10 + - name: 'Setup ccache' + uses: hendrikmuhs/ccache-action@v1.2 + - name: 'Build project' shell: cmd run: |