Skip to content

Commit

Permalink
Update .github/workflows/cmake.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Edouard Choinière <[email protected]>
  • Loading branch information
HuidaeCho and echoix authored Apr 22, 2024
1 parent a1f54d3 commit 7c072f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ jobs:
id: cache
with:
path: ${{ github.workspace }}/.ccache
key: ${{ runner.os }}-${{ env.cache-name }}-${{ github.base_ref }}${{ github.ref_name }}-${{ github.run_id }}
key: ${{ env.cache-name }}-${{ runner.os }}-${{ github.base_ref }}${{ github.ref_name }}-${{ github.run_id }}
restore-keys: |
${{ runner.os }}-${{ env.cache-name }}-${{ github.base_ref }}
${{ runner.os }}-${{ env.cache-name }}
${{ env.cache-name }}-${{ runner.os }}-${{ github.base_ref }}
${{ env.cache-name }}-${{ runner.os }}
- name: Install CMake 3.11.4
run: |
cd ${GITHUB_WORKSPACE}
Expand Down

0 comments on commit 7c072f8

Please sign in to comment.