From 9225b1f592e8468822568f99b62ec0a1d16696ec Mon Sep 17 00:00:00 2001 From: Zachary Hall Date: Sun, 23 Jul 2023 20:58:59 -0700 Subject: [PATCH] Hopefully fix workflow. --- .gitea/workflows/compile.yaml | 1 + .gitea/workflows/release.yaml | 1 + 2 files changed, 2 insertions(+) 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