Skip to content

Commit

Permalink
update cache code
Browse files Browse the repository at this point in the history
  • Loading branch information
admercs committed May 8, 2024
1 parent 030ebf1 commit f376d0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ jobs:
uses: actions/cache@v4
with:
path: |
"~/external/gcc-${GCC_VERSION}"
key: ${{ runner.os }}-gcc-${{ hashFiles('**/*external/gcc-${GCC_VERSION}*') }}
"./external/gcc"
key: ${{ runner.os }}-gcc-${{ hashFiles('**/*external/gcc*') }}
restore-keys: |
${{ runner.os }}-gcc-
Expand Down

0 comments on commit f376d0e

Please sign in to comment.