Skip to content

Commit 5824d02

Browse files
committed
Unshallow EDK2 git repo before checking out IA32 commit
1 parent e31821a commit 5824d02

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
5353
build -b RELEASE -t GCC5 -a X64 -p OvmfPkg/OvmfPkgX64.dsc -D FD_SIZE_2MB
5454
5555
# IA32 support was removed after this commit
56+
git pull --unshallow
5657
git checkout 20f24c0f67b3364cd590e1eea470f74be40e7710
5758
build -b RELEASE -t GCC5 -a IA32 -p OvmfPkg/OvmfPkgIa32.dsc -D FD_SIZE_2MB
5859

0 commit comments

Comments
 (0)