Skip to content

Commit c532905

Browse files
committed
Use patch command instead of git apply to apply patch
1 parent dc9b021 commit c532905

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
3535
git clone --recursive --depth=1 https://github.com/tianocore/edk2.git
3636
37-
git -C edk2 apply ../ovmf.patch
37+
( cd edk2 && patch -p1 <../ovmf.patch )
3838
3939
export PACKAGES_PATH="$(pwd -P)"/edk2
4040

0 commit comments

Comments
 (0)