Update .forgejo/workflows/build.yml
This commit is contained in:
parent
a67db6c024
commit
0b1003b95d
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
||||
- name: Install runtimes
|
||||
run: flatpak --user install flatpak install org.freedesktop.Sdk//24.08
|
||||
run: flatpak --user install flathub org.freedesktop.Sdk//24.08
|
||||
- name: Generate DEB
|
||||
run: |
|
||||
python generate-flatpak.py
|
||||
|
|
Loading…
Reference in a new issue