Skip to content

Commit

Permalink
save cache
Browse files Browse the repository at this point in the history
  • Loading branch information
christophkloeffel committed Oct 11, 2024
1 parent 2ecc332 commit 38265d9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,12 @@ jobs:
name: Build clang-tidy
run: |
make clang-tidy
- name: Save cache
uses: actions/cache/save@v3
if: always()
with:
path: ~/work/lobster/llvm-project/build/bin/clang-tidy
key: cache-clang-tidy
- name: Run integration tests
run: |
make integration-tests
Expand Down

0 comments on commit 38265d9

Please sign in to comment.