Skip to content

Commit dd415c0

Browse files
committed
x
1 parent c581aec commit dd415c0

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -109,13 +109,6 @@ jobs:
109109
if: matrix.use_qemu
110110
uses: docker/setup-qemu-action@v3
111111

112-
- name: Fix Debian Buster Sources
113-
# Buster is EOL, so we must switch to archive.debian.org and ignore expiry dates
114-
run: |
115-
echo "deb http://archive.debian.org/debian buster main" > /etc/apt/sources.list
116-
echo "deb http://archive.debian.org/debian-security buster/updates main" >> /etc/apt/sources.list
117-
apt-get -o Acquire::Check-Valid-Until=false update
118-
119112
- name: Bundle (${{ matrix.docker-platform }}
120113
run: |
121114
docker run --rm -v ${{ github.workspace }}:/work -w /work \

0 commit comments

Comments
 (0)