Skip to content

Update iphone_preference_bundle.nic.tar to pass integrity_check.sh #3

Update iphone_preference_bundle.nic.tar to pass integrity_check.sh

Update iphone_preference_bundle.nic.tar to pass integrity_check.sh #3

Workflow file for this run

name: NIC Integrity
on:
push:
jobs:
check:
runs-on: ubuntu-latest
env:
THEOS: ${{ github.workspace }}/theos
steps:
- name: Checkout repo
uses: actions/checkout@v4
with:
submodules: recursive
path: templates
- name: Checkout theos/theos
uses: actions/checkout@v4
with:
repository: theos/theos
submodules: recursive
path: ${{ env.THEOS }}
- name: Check
run: |
cd templates
./integrity_check.sh