Skip to content

Commit

Permalink
Use patch command instead of git apply to apply patch
Browse files Browse the repository at this point in the history
  • Loading branch information
mintsuki committed Oct 4, 2024
1 parent dc9b021 commit c532905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
git clone --recursive --depth=1 https://github.com/tianocore/edk2.git
git -C edk2 apply ../ovmf.patch
( cd edk2 && patch -p1 <../ovmf.patch )
export PACKAGES_PATH="$(pwd -P)"/edk2
Expand Down

0 comments on commit c532905

Please sign in to comment.