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 7ff26f6 commit 2ec8167
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 @@ -64,7 +64,7 @@ jobs:
- name: Install dependencies
run: brew install zlib cmake pkg-config automake coreutils

- run: mkdir cache runtime output
- run: mkdir runtime output
working-directory: packaging/binaries

- name: Determine runtime version
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
CACHE_PATH: packaging/binaries/runtime


- run: ./macos/build -p "$WORKSPACE" -r runtime -c cache -o output -j 4 passenger nginx
- run: ./macos/build -p "$WORKSPACE" -r runtime -o output -j 4 passenger nginx
env:
WORKSPACE: ${{ github.workspace }}
working-directory: packaging/binaries
Expand Down

0 comments on commit 2ec8167

Please sign in to comment.