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 49f96c9 commit 68c0f91Copy full SHA for 68c0f91
.github/workflows/conan.yml
@@ -190,8 +190,9 @@ jobs:
190
- name: Update CMake for bullseye
191
if: ${{ matrix.image == 'debian:bullseye' }}
192
run: |
193
- apt-add-repository -y 'deb http://deb.debian.org/debian bullseye-backports main'
194
-
+ apt-get install -y software-properties-common
+ apt-add-repository -y 'deb https://archive.debian.org/debian bullseye-backports main'
195
+
196
apt-get update
197
apt-get -y install cmake
198
0 commit comments