Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit bcae2a6

Browse files
committedMar 3, 2025··
feat: use self-hosted
1 parent 180d1cf commit bcae2a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/build-on-macos.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches: [ "dev", "candidate", "release", "jshooks" ]
88

99
env:
10-
XAHAUD_DEPS: /Users/runner/xahaud_deps
10+
XAHAUD_DEPS: ${{env.HOME}}/xahaud_deps
1111

1212
# This means that if you push a new commit to a branch or PR that previously running
1313
# jobs are canceled and re-run. This is useful for preventing duplicated work.

0 commit comments

Comments
 (0)
Please sign in to comment.