Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/linux_gcc_edk2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:

- name: Set up EDK2
run: |
git clone --recursive https://github.com/tianocore/edk2.git
git clone --recursive --depth 1 --branch edk2-stable202508.01 https://github.com/tianocore/edk2.git
make -C edk2/BaseTools

- name: Checkout repository and submodules
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/windows_msvc_edk2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Set up EDK2
shell: cmd
run: |
git clone --recursive https://github.com/tianocore/edk2.git
git clone --recursive --depth 1 --branch edk2-stable202508.01 https://github.com/tianocore/edk2.git
cd edk2
call edksetup.bat rebuild

Expand Down Expand Up @@ -112,4 +112,4 @@ jobs:
uses: actions/upload-artifact/merge@v4
with:
name: msvc_edk2
delete-merged: true
delete-merged: true
Loading
Loading