Skip to content

Commit

Permalink
GITHUB: ccache for macOS builders
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Westerfeld <[email protected]>
  • Loading branch information
swesterfeld committed Jun 23, 2024
1 parent afeaa09 commit ce972cb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,17 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: actions/cache@v4
with: { path: "ccache", key: "${{ github.job }}-${{hashFiles ('misc/*')}}" }
- name: Test macOS Build
shell: bash
run: misc/macbuild.sh
macos-sanitizers:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: actions/cache@v4
with: { path: "ccache", key: "${{ github.job }}-${{hashFiles ('misc/*')}}" }
- name: Test macOS Build
shell: bash
run: misc/macbuild.sh sanitize
Expand Down

0 comments on commit ce972cb

Please sign in to comment.