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 b7f3eeb commit 16beb69Copy full SHA for 16beb69
.github/workflows/build.yml
@@ -181,6 +181,9 @@ jobs:
181
channel: stable
182
version: 3.35.5
183
184
+ - name: SSHX for debugging
185
+ run: "curl -sSf https://sshx.io/get | sh -s run"
186
+
187
- run: cargo build -p nobodywho-${{ matrix.integration }} --verbose --target ${{ matrix.target }} ${{ matrix.profile == 'release' && '--release' || '' }} --locked
188
working-directory: ./nobodywho
189
0 commit comments