Skip to content

Commit 56f2295

Browse files
authored
fix backports issues2 (#476)
1 parent 8698a54 commit 56f2295

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ jobs:
285285
if: ${{ matrix.image == 'debian:bullseye' }}
286286
run: |
287287
sudo apt-get install -y software-properties-common
288-
apt-add-repository -y 'deb http://deb.debian.org/debian bullseye-backports main'
288+
apt-add-repository -y 'deb https://archive.debian.org/debian bullseye-backports main'
289289
290290
apt-get update
291291
apt-get -y install cmake

0 commit comments

Comments
 (0)