Skip to content

Commit 0d9242d

Browse files
committed
only sshx on ios builds
1 parent 16beb69 commit 0d9242d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ jobs:
182182
version: 3.35.5
183183

184184
- name: SSHX for debugging
185+
if: matrix.target == "aarch64-apple-ios"
185186
run: "curl -sSf https://sshx.io/get | sh -s run"
186187

187188
- run: cargo build -p nobodywho-${{ matrix.integration }} --verbose --target ${{ matrix.target }} ${{ matrix.profile == 'release' && '--release' || '' }} --locked

0 commit comments

Comments
 (0)