Skip to content

Commit 493f517

Browse files
committed
try setting IPHONEOS_DEPLOYMENT_TARGET
1 parent 1b62124 commit 493f517

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/build.yml

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

184-
- name: SSHX for debugging
185-
if: matrix.target == 'aarch64-apple-ios'
186-
run: "curl -sSf https://sshx.io/get | sh -s run"
184+
# name: SSHX for debugging
185+
# if: matrix.target == 'aarch64-apple-ios'
186+
# run: "curl -sSf https://sshx.io/get | sh -s run"
187187

188188
- run: cargo build -p nobodywho-${{ matrix.integration }} --verbose --target ${{ matrix.target }} ${{ matrix.profile == 'release' && '--release' || '' }} --locked
189189
working-directory: ./nobodywho
190+
env:
191+
IPHONEOS_DEPLOYMENT_TARGET: "18.5"
190192

191193
- name: "Rename built file"
192194
run: cp ./nobodywho/target/${{ matrix.target }}/${{ matrix.profile }}/libnobodywho_${{ matrix.integration }}.dylib ./nobodywho-${{ matrix.integration }}-${{ matrix.target }}-${{ matrix.profile }}.dylib

0 commit comments

Comments
 (0)