Only update libc6, everything else is too much

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

View file

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