Skip to content

Commit c581aec

Browse files
committed
aa
1 parent 765e4e6 commit c581aec

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,12 @@ jobs:
123123
node:18-buster \
124124
/bin/bash -c '
125125
set -ex
126+
127+
echo 'deb http://archive.debian.org/debian buster main' > /etc/apt/sources.list
128+
echo 'deb http://archive.debian.org/debian-security buster/updates main' >> /etc/apt/sources.list
129+
# We must ignore the 'valid-until' check because these archives are old
130+
apt-get -o Acquire::Check-Valid-Until=false update
131+
126132
apt-get update
127133
apt-get install -y make g++ gcc-c++ python3 build-essential tar gzip wget tree
128134

0 commit comments

Comments
 (0)