Skip to content

Commit

Permalink
workflow: fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyrilHD committed Sep 12, 2023
1 parent e1dc7ff commit 4a9af63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
# replace Ventura AirportItlwm with Monterey
- run: rm -rf OpenCore/EFI/OC/Kexts/AirportItlwm.kext
- run: unzip *_Monterey.kext.zip
- run: mv Monterey/AirportItlwm.kext OpenCore/EFI/OC/Kexts/
- run: mv AirportItlwm.kext OpenCore/EFI/OC/Kexts/

# disable Ventura specific patches
- run: plutil -replace "Booter"."Patch".1."Enabled" -bool false OpenCore/EFI/OC/config.plist
Expand Down

0 comments on commit 4a9af63

Please sign in to comment.