We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38b7b20 commit 4b33af3Copy full SHA for 4b33af3
1 file changed
.github/actions/pre-build/action.yml
@@ -35,8 +35,9 @@ runs:
35
sed -i 's|http://deb.debian.org/debian|http://archive.debian.org/debian|g' /etc/apt/sources.list
36
sed -i '/deb.debian.org/d' /etc/apt/sources.list
37
echo 'Acquire::Check-Valid-Until "false";' > /etc/apt/apt.conf.d/99no-check-valid-until
38
+ else
39
+ apt-get update
40
fi
- apt-get update
41
apt-get install --fix-missing -y sudo wget gnupg lsb-release
42
if [ "${{ matrix.os }}" == "debian10" ]; then
43
sudo apt upgrade libc6
0 commit comments