Update .forgejo/workflows/build.yaml
Some checks failed
Build and Deploy ISO / build_iso (release) Failing after 33s
Build and Deploy ISO / deploy_iso (release) Has been skipped

This commit is contained in:
sohrab 2025-02-12 20:00:12 -05:00
parent 7e297d77dd
commit 084bc42c9e

View file

@ -18,6 +18,8 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: update - name: update
run: pacman -Syyuu --noconfirm run: pacman -Syyuu --noconfirm
- name: whoami
run: whoami
- name: Build ISO - name: Build ISO
run: | run: |
sudo ./build.sh sudo ./build.sh