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 42cd77d commit e15c505
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,6 @@ 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: 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
- name: Build
run: |
mkdir -p build && cd build
Expand Down

0 comments on commit e15c505

Please sign in to comment.