Skip to content

Commit

Permalink
update edk2 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
vicenteicc2008 committed Jun 24, 2024
1 parent 554dd56 commit 94e0041
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ First, clone EDK2.

```
cd ..
git clone https://github.com/tianocore/edk2.git -b edk2-stable202405--recursive
git clone https://github.com/tianocore/edk2.git -b edk2-stable202305 --recursive
git clone https://github.com/tianocore/edk2-platforms.git
```

Expand Down
2 changes: 1 addition & 1 deletion ci-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sudo apt update
sudo apt install -y build-essential uuid-dev iasl git nasm crossbuild-essential-armel crossbuild-essential-armhf bc
curdir="$PWD"
cd ..
git clone https://github.com/tianocore/edk2.git -b edk2-stable202405 --recursive
git clone https://github.com/tianocore/edk2.git -b edk2-stable202305 --recursive
git clone https://github.com/tianocore/edk2-platforms.git
cd "$curdir"
git submodule init
Expand Down

0 comments on commit 94e0041

Please sign in to comment.