diff --git a/.gitea/workflows/compile.yaml b/.gitea/workflows/compile.yaml index aab5bf5..74f8df0 100644 --- a/.gitea/workflows/compile.yaml +++ b/.gitea/workflows/compile.yaml @@ -10,6 +10,7 @@ jobs: uses: actions/checkout@v3 with: submodules: recursive + 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 - name: Add flathub repo and install flatpak dependencies @@ -25,4 +26,4 @@ jobs: #- uses: actions/upload-artifact@v3 # with: # name: build - # path: builddir/player \ No newline at end of file + # path: builddir/player