fixed 'Setup ccache' step

This commit is contained in:
vladimir.kuznetsov 2023-01-26 20:26:39 +03:00
parent 1b7bb014af
commit 3340bc9ecc

View file

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