Hopefully fix workflow.

This commit is contained in:
Zachary Hall 2023-07-23 20:58:59 -07:00
parent 207cc73fbf
commit 9225b1f592
2 changed files with 2 additions and 0 deletions

View file

@ -10,6 +10,7 @@ jobs:
uses: actions/checkout@v3 uses: actions/checkout@v3
with: with:
submodules: recursive submodules: recursive
ref: main
fetch-depth: 0 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

View file

@ -13,6 +13,7 @@ jobs:
uses: actions/checkout@v3 uses: actions/checkout@v3
with: with:
submodules: recursive submodules: recursive
ref: main
fetch-depth: 0 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