Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
gabime committed Mar 16, 2024
1 parent e0410f4 commit 0621a7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
echo "CC=clang-${{ matrix.config.version }}" >> $GITHUB_ENV
echo "CXX=clang++-${{ matrix.config.version }}" >> $GITHUB_ENV
- name: Setup Git # update git to support sparse-checkout for gcc:7 images
if: contains(env.GITHUB_JOB_CONTAINER_IMAGE, 'gcc:7')
if: matrix.config.compiler == 'gcc' && matrix.config.version == 7
run: |
sudo add-apt-repository ppa:git-core/ppa -y
sudo apt-get update
Expand Down

0 comments on commit 0621a7a

Please sign in to comment.