Skip to content

Commit 68c0f91

Browse files
authored
Update conan.yml (#469)
1 parent 49f96c9 commit 68c0f91

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/conan.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,9 @@ jobs:
190190
- name: Update CMake for bullseye
191191
if: ${{ matrix.image == 'debian:bullseye' }}
192192
run: |
193-
apt-add-repository -y 'deb http://deb.debian.org/debian bullseye-backports main'
194-
193+
apt-get install -y software-properties-common
194+
apt-add-repository -y 'deb https://archive.debian.org/debian bullseye-backports main'
195+
195196
apt-get update
196197
apt-get -y install cmake
197198

0 commit comments

Comments
 (0)