Skip to content

Commit

Permalink
Try to use cached clang in GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
gsingh93 committed Apr 7, 2024
1 parent bf976d8 commit 9720815
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,12 @@ jobs:
- run: ls -lR

- name: Get cached clang tarball
uses: actions/cache@v4
with:
key: clang
path: clang.tar.xz

- name: Build art-kt
shell: bash
run: |
Expand Down

0 comments on commit 9720815

Please sign in to comment.