Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wjz304 committed Dec 4, 2022
1 parent 0ba61a7 commit 51ed120
Show file tree
Hide file tree
Showing 13 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ env:
jobs:
build-macos:
name: macOS XCODE5
runs-on: macos-latest
runs-on: macos-12
env:
JOB_TYPE: BUILD
steps:
Expand Down
11 changes: 9 additions & 2 deletions .github/workflows/Custom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ jobs:
if: ${{ env.issues }} == 'false' || ${{ env.iscustom }} == 'true'
run: |
git clone --depth=100 https://gitee.com/btwise/OpenCore_NO_ACPI.git OpenCore_NO_ACPI
sed -i.bak 's#_(BOOLEAN , SkipCustomEntryCheck , , FALSE , ())$#& \\#' OpenCore_NO_ACPI/Include/Acidanthera/Library/OcConfigurationLib.h
cd ./OpenCore_NO_ACPI
src=$(/usr/bin/curl -Lfs https://raw.githubusercontent.com/acidanthera/ocbuild/master/ci-bootstrap.sh) && eval "$src" || exit 1
Expand All @@ -141,11 +142,17 @@ jobs:
- name: build Duet
if: ${{ env.issues }} == 'false' || ${{ env.iscustom }} == 'true'
run: cd OpenCore_NO_ACPI && ./build_duet.tool
run: |
sed -i.bak "s|https://gitee.com/btwise/ocbuild/raw/master/efibuild.sh|https://raw.githubusercontent.com/acidanthera/ocbuild/master/efibuild.sh|" OpenCore_NO_ACPI/build_duet.tool
cd OpenCore_NO_ACPI
./build_duet.tool
- name: build OC
if: ${{ env.issues }} == 'false' || ${{ env.iscustom }} == 'true'
run: cd OpenCore_NO_ACPI && ./build_oc.tool
run: |
sed -i.bak "s|https://gitcode.net/btwise/ocbuild/-/raw/master/efibuild.sh|https://raw.githubusercontent.com/acidanthera/ocbuild/master/efibuild.sh|" OpenCore_NO_ACPI/build_oc.tool
cd OpenCore_NO_ACPI
./build_oc.tool
- name: Generate artifact info
if: ${{ env.issues }} == 'false' || ${{ env.iscustom }} == 'true'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

OCAT:
https://github.com/ic005k/OCAuxiliaryTools
![Image text](screenshot/QQ20221128-100518%402x.png)
![Image text](https://user-images.githubusercontent.com/5615843/205479375-20464937-fcf9-4310-a996-71ba3a2e1a21.png)


# [🈲](https://github.com/wjz304/OpenCore_NO_ACPI_Build/issues/1)
Binary file removed screenshot/20221120103751.png
Binary file not shown.
Binary file removed screenshot/20221120103812.png
Binary file not shown.
Binary file removed screenshot/20221120103833.png
Binary file not shown.
Binary file removed screenshot/20221120103921.png
Binary file not shown.
Binary file removed screenshot/20221120103940.png
Binary file not shown.
Binary file removed screenshot/20221120103954.png
Binary file not shown.
Binary file removed screenshot/20221120104141.png
Binary file not shown.
Binary file removed screenshot/20221120104158.png
Binary file not shown.
Binary file removed screenshot/20221120104212.png
Binary file not shown.
Binary file removed screenshot/[email protected]
Binary file not shown.

0 comments on commit 51ed120

Please sign in to comment.