Skip to content

Commit 8698a54

Browse files
authored
fix backports issues (#475)
1 parent f9340e5 commit 8698a54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,7 @@ jobs:
284284
- name: Update CMake for bullseye
285285
if: ${{ matrix.image == 'debian:bullseye' }}
286286
run: |
287+
sudo apt-get install -y software-properties-common
287288
apt-add-repository -y 'deb http://deb.debian.org/debian bullseye-backports main'
288289
289290
apt-get update

0 commit comments

Comments
 (0)