Skip to content

Commit

Permalink
CI: cache macos libs
Browse files Browse the repository at this point in the history
  • Loading branch information
black-sliver committed Dec 29, 2024
1 parent c3d5b3f commit 05cad57
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/binaries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,13 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Cache/restore macosx-libs
uses: actions/cache@v4
with:
key: libs-${{ runner.os }}-${{ runner.arch }}-${{ env.cache-name }}-${{ hashFiles('macosx/*.sh') }}
path: |
macosx/build
macosx/libs
- name: Build RELEASE
run: make native CONF=RELEASE -j3
- name: Run tests
Expand Down

0 comments on commit 05cad57

Please sign in to comment.