This commit is contained in:
gabime 2024-03-16 16:06:43 +02:00
parent 0621a7ae49
commit c838945eac

View File

@ -43,9 +43,9 @@ jobs:
- name: Setup Git # update git to support sparse-checkout for gcc:7 images
if: matrix.config.compiler == 'gcc' && matrix.config.version == 7
run: |
sudo add-apt-repository ppa:git-core/ppa -y
sudo apt-get update
sudo apt-get install git -y
add-apt-repository ppa:git-core/ppa -y
apt-get update
apt-get install git -y
- name: Build
run: |
mkdir -p build && cd build