Skip to content

Commit

Permalink
Build: Switched ocbuild to uefi-format branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikhailKrichanov committed Oct 17, 2023
1 parent d0d2c06 commit c94f21e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build_duet.tool
Original file line number Diff line number Diff line change
Expand Up @@ -192,5 +192,5 @@ else
export SELFPKG
export NO_ARCHIVES

src=$(curl -LfsS https://raw.githubusercontent.com/acidanthera/ocbuild/master/efibuild.sh) && eval "$src" || exit 1
src=$(curl -LfsS https://raw.githubusercontent.com/acidanthera/ocbuild/uefi-format/efibuild.sh) && eval "$src" || exit 1
fi
2 changes: 1 addition & 1 deletion build_oc.tool
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ export SELFPKG
export NO_ARCHIVES
export DISCARD_PACKAGES

src=$(curl -LfsS https://raw.githubusercontent.com/acidanthera/ocbuild/master/efibuild.sh) && eval "$src" || exit 1
src=$(curl -LfsS https://raw.githubusercontent.com/acidanthera/ocbuild/uefi-format/efibuild.sh) && eval "$src" || exit 1

cd Utilities/ocvalidate || exit 1
ocv_tool=""
Expand Down

0 comments on commit c94f21e

Please sign in to comment.