Update .gitea/workflows/build-iso.yml
Some checks failed
Build ISO and Upload Artifact / build-and-upload (push) Failing after 7m38s
Some checks failed
Build ISO and Upload Artifact / build-and-upload (push) Failing after 7m38s
This commit is contained in:
@@ -18,6 +18,10 @@ jobs:
|
|||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt install -y clang
|
sudo apt install -y clang
|
||||||
|
|
||||||
|
- name: Clone edk2
|
||||||
|
run: |
|
||||||
|
git clone --recursive https://github.com/tianocore/edk2.git ./edk2
|
||||||
|
|
||||||
- name: Make scripts executable
|
- name: Make scripts executable
|
||||||
run: chmod +x ./scripts/build_c.sh ./scripts/out_to_iso.sh
|
run: chmod +x ./scripts/build_c.sh ./scripts/out_to_iso.sh
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user