Update .forgejo/workflows/build.yml
This commit is contained in:
parent
63ccda61aa
commit
a67db6c024
1 changed files with 2 additions and 0 deletions
|
@ -29,6 +29,8 @@ jobs:
|
|||
- uses: actions/setup-python@v5
|
||||
- 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
|
||||
- name: Generate DEB
|
||||
run: |
|
||||
python generate-flatpak.py
|
||||
|
|
Loading…
Reference in a new issue