This commit is contained in:
parent
e0ec865c69
commit
d6229bb118
1 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,9 @@ steps:
|
|||
- name: build
|
||||
image: fedora
|
||||
commands:
|
||||
- echo "Preparing environment"
|
||||
- sudo dnf install git
|
||||
|
||||
- echo "Cloning toolchain repositories"
|
||||
- git clone https://github.com/tianocore/edk2.git
|
||||
- cd edk2 && git submodule update --init && cd ..
|
||||
|
|
Loading…
Reference in a new issue