Skip to content

Commit

Permalink
cahing builddir
Browse files Browse the repository at this point in the history
  • Loading branch information
TinyTinni committed Jul 27, 2024
1 parent 4f03eca commit 4909bad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: actions/cache@v3
with:
path: |
~/.ccache
./build
key: ${{ runner.os }}-${{ inputs.compiler }}-${{ hashFiles('**/CMakeLists.txt') }}
restore-keys: |
${{ runner.os }}-${{ inputs.compiler }}
Expand Down

0 comments on commit 4909bad

Please sign in to comment.