Hopefully fix workflow.
This commit is contained in:
parent
fd1d09ef9a
commit
4f0f1dd84b
1 changed files with 2 additions and 1 deletions
|
@ -10,6 +10,7 @@ jobs:
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
fetch-depth: 0
|
||||||
- name: Install system dependencies
|
- name: Install system dependencies
|
||||||
run: apt update && apt install -y flatpak-builder flatpak python3-aiohttp python3-tenacity libostree-1-1 python3-gi gir1.2-ostree-1.0 wget
|
run: apt update && apt install -y flatpak-builder flatpak python3-aiohttp python3-tenacity libostree-1-1 python3-gi gir1.2-ostree-1.0 wget
|
||||||
- name: Add flathub repo and install flatpak dependencies
|
- name: Add flathub repo and install flatpak dependencies
|
||||||
|
|
Loading…
Reference in a new issue