File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff 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 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments