Skip to content

Commit

Permalink
variant: sccache
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Jul 11, 2024
1 parent 0e9c4e2 commit 59f5c96
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
- uses: hendrikmuhs/ccache-action@main
with:
variant: sccache
# variant: sccache
key: ${{ github.job }}-${{ matrix.os }}

- name : Remove existing node
Expand Down Expand Up @@ -514,7 +514,6 @@ jobs:
- uses: hendrikmuhs/ccache-action@main
with:
create-symlink: true
variant: sccache
key: ${{ github.job }}-${{ matrix.os }}

Expand All @@ -529,8 +528,8 @@ jobs:
-DWITH_XEUS=yes \
-DCMAKE_PREFIX_PATH="$CONDA_PREFIX" \
-DCMAKE_INSTALL_PREFIX="$CONDA_PREFIX" \
-DCMAKE_C_COMPILER_LAUNCHER=ccache \
-DCMAKE_CXX_COMPILER_LAUNCHER=ccache
-DCMAKE_C_COMPILER_LAUNCHER=sccache \
-DCMAKE_CXX_COMPILER_LAUNCHER=sccache
ninja install
ctest --output-on-failure
Expand Down

0 comments on commit 59f5c96

Please sign in to comment.