This commit is contained in:
gabime 2024-03-16 16:08:43 +02:00
parent c838945eac
commit 42cd77d7e8

View File

@ -43,6 +43,7 @@ jobs:
- name: Setup Git # update git to support sparse-checkout for gcc:7 images
if: matrix.config.compiler == 'gcc' && matrix.config.version == 7
run: |
apt-get install -y software-properties-common # Install the necessary package
add-apt-repository ppa:git-core/ppa -y
apt-get update
apt-get install git -y