We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 765e4e6 commit c581aecCopy full SHA for c581aec
.github/workflows/release.yml
@@ -123,6 +123,12 @@ jobs:
123
node:18-buster \
124
/bin/bash -c '
125
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
132
apt-get update
133
apt-get install -y make g++ gcc-c++ python3 build-essential tar gzip wget tree
134
0 commit comments