Skip to content

Commit

Permalink
try to fix cmake caching;
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdovzhanyn committed Sep 10, 2024
1 parent a06e20f commit 4652a2d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cmake-single-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ jobs:
uses: actions/cache@v3
with:
path: |
~/.cache/CMake
~/.conan/data
.cache
key: ${{ runner.os }}-cmake-${{ github.sha }}
restore-keys: |
${{ runner.os }}-cmake-
Expand Down

0 comments on commit 4652a2d

Please sign in to comment.