Update .forgejo/workflows/build.yml
This commit is contained in:
parent
cdfa79bccb
commit
da799996ed
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-python@v5
|
||||
- name: Install flatpak
|
||||
run: apt update && sudo apt install flatpak flatpak-builder -y
|
||||
run: apt update && apt install flatpak flatpak-builder -y
|
||||
- name: Setup flathub
|
||||
run: flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
|
||||
- name: Install org.gnome.Sdk
|
||||
|
|
Loading…
Add table
Reference in a new issue