We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc9b021 commit c532905Copy full SHA for c532905
.github/workflows/nightly.yml
@@ -34,7 +34,7 @@ jobs:
34
35
git clone --recursive --depth=1 https://github.com/tianocore/edk2.git
36
37
- git -C edk2 apply ../ovmf.patch
+ ( cd edk2 && patch -p1 <../ovmf.patch )
38
39
export PACKAGES_PATH="$(pwd -P)"/edk2
40
0 commit comments