Skip to content

Commit

Permalink
cache macOS CI
Browse files Browse the repository at this point in the history
  • Loading branch information
FooBarWidget committed Oct 6, 2024
1 parent 4a86b21 commit eca99f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
submodules: true

- name: Install dependencies
run: brew install zlib cmake
run: brew install zlib cmake pkg-config

- run: mkdir cache runtime output
working-directory: packaging/binaries
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
CACHE_PATH: packaging/binaries/runtime

- name: Compile runtime
run: ./macos/setup-runtime -c cache -o runtime -j 4
run: ./macos/setup-runtime -o runtime -j 4
if: steps.fetch_runtime_cache.outputs.cache-hit != 'true'
working-directory: packaging/binaries

Expand Down

0 comments on commit eca99f6

Please sign in to comment.