Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gabime authored Mar 16, 2024
1 parent ae525b7 commit e0410f4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ jobs:
fi
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')
run: |
sudo add-apt-repository ppa:git-core/ppa -y
sudo apt-get update
sudo apt-get install git -y
- name: Build
run: |
mkdir -p build && cd build
Expand Down

0 comments on commit e0410f4

Please sign in to comment.