Skip to content

Commit

Permalink
Update linux.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alphagocc authored Jul 19, 2023
1 parent 5c3cf34 commit 60a0ad1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

runs-on: ubuntu-20.04
env:
CCACHE_DIR : ${{ env.GITHUB_WORKSPACE }}/.ccache
CCACHE_DIR : ${{ github.workspace }}/.ccache
steps:
- name: Get CPU Info
run : cat /proc/cpuinfo
Expand All @@ -34,7 +34,7 @@ jobs:
id: qt-ccahe
uses: actions/cache@v3
with:
path: ${{ env.GITHUB_WORKSPACE }}/.ccache
path: ${{ github.workspace }}/.ccache
key: ${{ runner.os }}-build-qt5-${{ steps.time.outputs.now }}
restore-keys: |
${{ runner.os }}-build-qt5-
Expand Down

0 comments on commit 60a0ad1

Please sign in to comment.