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 f9340e5 commit 8698a54Copy full SHA for 8698a54
.github/workflows/release.yml
@@ -284,6 +284,7 @@ jobs:
284
- name: Update CMake for bullseye
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'
289
290
apt-get update
0 commit comments