From c838945eacebd52d506f2541ebc8a49136f6a69b Mon Sep 17 00:00:00 2001 From: gabime Date: Sat, 16 Mar 2024 16:06:43 +0200 Subject: [PATCH] fix ci --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2e9e5b40..61a6ef2e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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