Skip to content

Commit

Permalink
added ccache
Browse files Browse the repository at this point in the history
  • Loading branch information
faressc committed Jul 10, 2023
1 parent d6f9bca commit d4c07cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake_ctest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
- name: ccache
uses: hendrikmuhs/ccache-action@main
with:
key: v3-macos-latest-${{ matrix.type }}
variant: ${{ matrix.ccache }}
key: v3-macos-latest-${{ env.BUILD_TYPE }}
variant: ccache

- name: Configure CMake
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
Expand Down

0 comments on commit d4c07cf

Please sign in to comment.