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 e31821a commit 5824d02Copy full SHA for 5824d02
.github/workflows/nightly.yml
@@ -53,6 +53,7 @@ jobs:
53
build -b RELEASE -t GCC5 -a X64 -p OvmfPkg/OvmfPkgX64.dsc -D FD_SIZE_2MB
54
55
# IA32 support was removed after this commit
56
+ git pull --unshallow
57
git checkout 20f24c0f67b3364cd590e1eea470f74be40e7710
58
build -b RELEASE -t GCC5 -a IA32 -p OvmfPkg/OvmfPkgIa32.dsc -D FD_SIZE_2MB
59
0 commit comments