Skip to content

Commit

Permalink
fix cache?
Browse files Browse the repository at this point in the history
  • Loading branch information
czoido committed Oct 11, 2024
1 parent b127412 commit 9b8f247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/osx-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
id: cache-cmake
uses: actions/cache@v4
with:
path: ${HOME}/Applications/CMake/3.15.7
path: ${{ env.HOME }}/Applications/CMake/3.15.7
key: conan-cmake-3.15

- name: Build CMake old versions not available for arm
Expand Down

0 comments on commit 9b8f247

Please sign in to comment.