Run Apple cache setup outside Nix shell
This commit is contained in:
parent
2da04bc317
commit
4a1ea9b471
2 changed files with 5 additions and 5 deletions
|
|
@ -179,8 +179,7 @@ jobs:
|
|||
shell: bash
|
||||
run: |
|
||||
set -euo pipefail
|
||||
NIX_BIN="$(bash Scripts/ci/resolve-nix-bin.sh)"
|
||||
"$NIX_BIN" develop .#ci --command bash Scripts/ci/nscloud-cache.sh bazel
|
||||
bash Scripts/ci/nscloud-cache.sh bazel
|
||||
|
||||
- name: Build Staged iOS Artifact
|
||||
shell: bash
|
||||
|
|
@ -274,8 +273,7 @@ jobs:
|
|||
shell: bash
|
||||
run: |
|
||||
set -euo pipefail
|
||||
NIX_BIN="$(bash Scripts/ci/resolve-nix-bin.sh)"
|
||||
"$NIX_BIN" develop .#ci --command bash Scripts/ci/nscloud-cache.sh bazel
|
||||
bash Scripts/ci/nscloud-cache.sh bazel
|
||||
|
||||
- name: Build Staged macOS Artifact
|
||||
shell: bash
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue