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 12, 2024
1 parent 8a50e95 commit b18ac31
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,10 +144,10 @@ jobs:
path: 'output/**/*'


- run: ./macos/package -i output -o output
- run: ./package -i output -o output
working-directory: packaging/binaries/macos

- run: ./macos/test -p ../.. -r runtime-output -i output -I output
- run: ./test -p ../.. -r runtime-output -i output -I output
working-directory: packaging/binaries/macos


Expand All @@ -161,3 +161,4 @@ jobs:
with:
name: generic-binaries-logs-macos
path: packaging/binaries/macos/work/*/config.log
if-no-files-found: ignore
2 changes: 1 addition & 1 deletion packaging/binaries

0 comments on commit b18ac31

Please sign in to comment.