Use Debian archives

Looks like buster has reached the end of its life, but updating to
bullseye would increase the glibc version.
This commit is contained in:
Asher 2025-07-15 15:03:43 -08:00
parent bbe1b7fecb
commit 4029c1ec8f
No known key found for this signature in database
GPG key ID: D63C1EF81242354A

View file

@ -73,6 +73,7 @@ jobs:
- name: Install cross-compiler and system dependencies
run: |
sed -i 's/deb\.debian\.org/archive.debian.org/g' /etc/apt/sources.list
dpkg --add-architecture $TARGET_ARCH
apt update && apt install -y --no-install-recommends \
crossbuild-essential-$TARGET_ARCH \