Skip to content

Update main.c

Update main.c #50

Workflow file for this run

name: Compile xpwn and idevicererestore
on: [push]
jobs:
xpwn-linux:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Run compile script
run: |
cd ./src/xpwn
./compile.sh all
mv bin/ ../..
cd ../..
- uses: actions/upload-artifact@v3
with:
name: xpwn_linux
path: bin/