Skip to content

Commit 16beb69

Browse files
committed
sshx in macos build
1 parent b7f3eeb commit 16beb69

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,9 @@ jobs:
181181
channel: stable
182182
version: 3.35.5
183183

184+
- name: SSHX for debugging
185+
run: "curl -sSf https://sshx.io/get | sh -s run"
186+
184187
- run: cargo build -p nobodywho-${{ matrix.integration }} --verbose --target ${{ matrix.target }} ${{ matrix.profile == 'release' && '--release' || '' }} --locked
185188
working-directory: ./nobodywho
186189

0 commit comments

Comments
 (0)