Skip to content

Update README.md

Update README.md #28

Workflow file for this run

name: Theos CI
on:
push:
pull_request:
jobs:
build:
runs-on: macos-14
steps:
- uses: actions/checkout@main
- name: Checkout theos/theos
uses: actions/checkout@main
with:
repository: theos/theos
ref: master
submodules: recursive
path: theos
- name: Checkout theos/sdks
uses: actions/checkout@main
with:
repository: theos/sdks
ref: master
sparse-checkout: iPhoneOS16.5.sdk
path: theos/sdks
- name: Ensure main utils are installed
uses: dhinakg/procursus-action@main
with:
packages: coreutils make xz ldid
- name: Build
run: |
export THEOS=theos
gmake package FINALPACKAGE=1
gmake package FINALPACKAGE=1 THEOS_PACKAGE_SCHEME=rootless
# make package FINALPACKAGE=1 THEOS_PACKAGE_SCHEME=roothide
- name: Upload packages
uses: actions/upload-artifact@main
with:
name: packages
path: packages/*.deb