Skip to content

Commit

Permalink
CI: Make sure that "with" doesn't match "without" in ccache key
Browse files Browse the repository at this point in the history
  • Loading branch information
mmuetzel committed Sep 19, 2023
1 parent 1b1b211 commit 7cabfdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
# Prefer caches from the same branch. Fall back to caches from the dev branch.
restore-keys: |
ccache:ubuntu:${{ matrix.compiler }}:${{ matrix.cuda }}:${{ github.ref }}
ccache:ubuntu:${{ matrix.compiler }}:${{ matrix.cuda }}
ccache:ubuntu:${{ matrix.compiler }}:${{ matrix.cuda }}:
- name: create empty libraries
# This is to work around a bug in nvlink.
Expand Down Expand Up @@ -573,7 +573,7 @@ jobs:
# Prefer caches from the same branch. Fall back to caches from the dev branch.
restore-keys: |
ccache:msvc:${{ matrix.openmp }}:${{ github.ref }}
ccache:msvc:${{ matrix.openmp }}
ccache:msvc:${{ matrix.openmp }}:
- name: configure ccache
# Limit the maximum size and switch on compression to avoid exceeding the total disk or cache quota.
Expand Down

0 comments on commit 7cabfdc

Please sign in to comment.