Skip to content

Commit

Permalink
efibuild: Switched AUDK to new-master-1 branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikhailKrichanov committed Jun 28, 2024
1 parent a8cb407 commit 73e4502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion efibuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ fi

if [ "$NEW_BUILDSYSTEM" != "1" ]; then
if [ "$OFFLINE_MODE" != "1" ]; then
updaterepo "https://github.com/acidanthera/audk" UDK master || exit 1
updaterepo "https://github.com/acidanthera/audk" UDK new-master-1 || exit 1
else
echo "Working in offline mode. Skip UDK update"
fi
Expand Down

0 comments on commit 73e4502

Please sign in to comment.