diff --git a/.gitea/workflows/compile.yaml b/.gitea/workflows/compile.yaml index 74f8df0..dfe1bd1 100644 --- a/.gitea/workflows/compile.yaml +++ b/.gitea/workflows/compile.yaml @@ -10,6 +10,7 @@ jobs: uses: actions/checkout@v3 with: submodules: recursive + ref: main fetch-depth: 0 - 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 diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index 17e2929..4608722 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -13,6 +13,7 @@ jobs: uses: actions/checkout@v3 with: submodules: recursive + ref: main fetch-depth: 0 - 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