Skip to content

Commit

Permalink
Another attempt to fix subhook submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
rodriguezst authored Nov 4, 2024
1 parent 06b69cc commit 589887d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/patch-boot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
cd MU
git config --global user.name 'github-actions[bot]'
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
git -c submodule."MU_BASECORE/UnitTestFrameworkPkg/Library/SubhookLib/subhook".update=none submodule update --init --recursive
git submodule update --init MU_BASECORE
sed -i 's/Zeex/wyrover/g' MU_BASECORE/.gitmodules
git submodule update --init --recursive
git am ../0002-Add-MokSBState-EFI-variable-for-shim.patch
docker build -t mu:v1 .
docker run -v $(pwd):/build/ mu:v1 ./build_uefi.py -d xiaomi-nabu
Expand All @@ -45,7 +47,9 @@ jobs:
cd MU
git config --global user.name 'github-actions[bot]'
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
git -c submodule."MU_BASECORE/UnitTestFrameworkPkg/Library/SubhookLib/subhook".update=none submodule update --init --recursive
git submodule update --init MU_BASECORE
sed -i 's/Zeex/wyrover/g' MU_BASECORE/.gitmodules
git submodule update --init --recursive
git am ../0001-Revert-Enable-Secure-Boot.patch
docker build -t mu:v1 .
docker run -v $(pwd):/build/ mu:v1 ./build_uefi.py -d xiaomi-nabu
Expand Down

0 comments on commit 589887d

Please sign in to comment.