Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4029c1e

Browse files
committed
Use Debian archives
Looks like buster has reached the end of its life, but updating to bullseye would increase the glibc version.
1 parent bbe1b7f commit 4029c1e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ jobs:
7373
7474
- name: Install cross-compiler and system dependencies
7575
run: |
76+
sed -i 's/deb\.debian\.org/archive.debian.org/g' /etc/apt/sources.list
7677
dpkg --add-architecture $TARGET_ARCH
7778
apt update && apt install -y --no-install-recommends \
7879
crossbuild-essential-$TARGET_ARCH \

0 commit comments

Comments
 (0)