Skip to content

Commit

Permalink
Save cache for all operating systems
Browse files Browse the repository at this point in the history
  • Loading branch information
mcbarton authored Nov 27, 2024
1 parent 8f1b8f2 commit b6942bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -765,7 +765,7 @@ jobs:
- name: Save Cache LLVM/Clang runtime build directory (debug_build==true)
uses: actions/cache/save@v4
if: ${{ (matrix.debug_build == true) && (runner.os != 'windows') && (steps.cache.outputs.cache-hit != 'true') }}
if: ${{ (matrix.debug_build == true) && (steps.cache.outputs.cache-hit != 'true') }}
with:
path: |
llvm-project
Expand Down

0 comments on commit b6942bb

Please sign in to comment.