Update libc6 before build.
Some checks failed
Build and Deploy / deploy (push) Failing after 18s

This commit is contained in:
Jessica Canady 2024-04-18 11:09:39 -04:00
parent 2e4bbdeb95
commit 49a1296955

View file

@ -5,9 +5,8 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- run: | - run: |
# oh sweet night this sucks apt update
# but it appears the forgejo runner docker is debian apt upgrade libc6
# and it doesn't package zola
wget https://github.com/barnumbirr/zola-debian/releases/download/v0.18.0-2/zola_0.18.0-2_amd64_testing.deb 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 dpkg -i ./zola_0.18.0-2_amd64_testing.deb
zola build zola build