Only update libc6, everything else is too much
Some checks failed
Build and Deploy / deploy (push) Failing after 0s

This commit is contained in:
Jessica Canady 2024-04-18 11:18:14 -04:00
parent 687eb014b2
commit 059d122774

View file

@ -3,10 +3,11 @@ on: [push]
jobs:
deploy:
steps:
- name: Checkout and build
- uses: actions/checkout@v4
- run: |
apt update
apt upgrade -y
apt install libc6 -y
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