Update .gitea/workflows/build-iso.yml
Some checks failed
Build ISO and Upload Artifact / build-and-upload (push) Failing after 22s
Some checks failed
Build ISO and Upload Artifact / build-and-upload (push) Failing after 22s
This commit is contained in:
@@ -14,7 +14,9 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install clang
|
- name: Install clang
|
||||||
run: sudo apt install clang
|
run: |
|
||||||
|
sudo apt update
|
||||||
|
sudo apt install clang
|
||||||
|
|
||||||
- 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