We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16beb69 commit 1b62124Copy full SHA for 1b62124
.github/workflows/build.yml
@@ -182,6 +182,7 @@ jobs:
182
version: 3.35.5
183
184
- name: SSHX for debugging
185
+ if: matrix.target == 'aarch64-apple-ios'
186
run: "curl -sSf https://sshx.io/get | sh -s run"
187
188
- run: cargo build -p nobodywho-${{ matrix.integration }} --verbose --target ${{ matrix.target }} ${{ matrix.profile == 'release' && '--release' || '' }} --locked
0 commit comments