From 3340bc9ecce883638954dab2cba3ecd95f33e04a Mon Sep 17 00:00:00 2001 From: "vladimir.kuznetsov" Date: Thu, 26 Jan 2023 20:26:39 +0300 Subject: [PATCH] fixed 'Setup ccache' step --- .github/workflows/deploy.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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: |