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 8698a54 commit 56f2295Copy full SHA for 56f2295
.github/workflows/release.yml
@@ -285,7 +285,7 @@ jobs:
285
if: ${{ matrix.image == 'debian:bullseye' }}
286
run: |
287
sudo apt-get install -y software-properties-common
288
- apt-add-repository -y 'deb http://deb.debian.org/debian bullseye-backports main'
+ apt-add-repository -y 'deb https://archive.debian.org/debian bullseye-backports main'
289
290
apt-get update
291
apt-get -y install cmake
0 commit comments