diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index a64ed7e..47cee78 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -5,9 +5,8 @@ jobs: steps: - uses: actions/checkout@v4 - run: | - # oh sweet night this sucks - # but it appears the forgejo runner docker is debian - # and it doesn't package zola + apt update + apt upgrade libc6 wget https://github.com/barnumbirr/zola-debian/releases/download/v0.18.0-2/zola_0.18.0-2_amd64_testing.deb dpkg -i ./zola_0.18.0-2_amd64_testing.deb zola build