Skip to content

Update workflow to match ECEnabler and other kexts #187

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Oct 9, 2024
Prev Previous commit
Next Next commit
Re-add linking step
  • Loading branch information
averycblack committed Oct 9, 2024
commit ea35b0842ecbd3548420b0165e0ada9a7dd2db8d
8 changes: 6 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -17,17 +17,21 @@ jobs:
env:
JOB_TYPE: BUILD
steps:
- uses: actions/checkout@v4
- name: Checkout VRMI
uses: actions/checkout@v4
with:
submodules: 'recursive'
- uses: actions/checkout@v4
- name: Checkout MacKernelSDK
uses: actions/checkout@v4
with:
repository: acidanthera/MacKernelSDK
path: MacKernelSDK
- name: CI Bootstrap
run: |
src=$(/usr/bin/curl -Lfs https://raw.githubusercontent.com/acidanthera/ocbuild/master/ci-bootstrap.sh) && eval "$src" || exit 1
- name: Link MacKernelSDK to VSMB
run: ln -s ${{ github.workspace }}/MacKernelSDK ${{ github.workspace }}/Dependencies/VoodooSMBus/MacKernelSDK
- name: Get Commit SHA
id: vars
run: |