Skip to content

Commit

Permalink
Fix CI cache path
Browse files Browse the repository at this point in the history
  • Loading branch information
jeaye committed Dec 20, 2024
1 parent 79b7349 commit 466fdb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ runs:
uses: actions/cache/restore@v4
with:
path: |
${{ github.workspace }}/build
${{ github.workspace }}/compiler+runtime/build
key: ${{ runner.os }}-${{ hashFiles('compiler+runtime/bin/build-clang') }}
- name: Compile and test
shell: bash
Expand All @@ -38,7 +38,7 @@ runs:
uses: actions/cache/save@v4
with:
path: |
${{ github.workspace }}/build
${{ github.workspace }}/compiler+runtime/build
key: ${{ steps.restore-clang-cache.outputs.cache-primary-key }}
# We need to validate formatting after building, since we build Clang/LLVM as part of our
# build process and we need clang-format from that local Clang build in order to have
Expand Down

0 comments on commit 466fdb7

Please sign in to comment.