Actualiser .woodpecker.yaml
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Pierre Guillod 2024-03-29 11:54:15 +01:00
parent e0ec865c69
commit d6229bb118

View file

@ -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 ..