diff --git a/.woodpecker.yaml b/.woodpecker.yaml index 9abd70f..216d7d6 100644 --- a/.woodpecker.yaml +++ b/.woodpecker.yaml @@ -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 ..