Skip to content

Commit

Permalink
Merge pull request #373 from DEploid-dev/rversion_update
Browse files Browse the repository at this point in the history
Rversion update
  • Loading branch information
shajoezhu authored Dec 22, 2024
2 parents 8547a37 + accbb58 commit b74a7c9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ jobs:
echo "CC=ccache clang-${{ matrix.version }}" >> $GITHUB_ENV
echo "CXX=ccache clang++-${{ matrix.version }}" >> $GITHUB_ENV
fi
if: matrix.name == 'ubuntu-gcc-9'
run: |
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.9 90
sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.9 90
sudo update-alternatives --install /usr/bin/gcov gcov /usr/bin/gcov-4.9 90
- name: Install dependencies (macOS)
if: runner.os == 'macOS'
Expand Down

0 comments on commit b74a7c9

Please sign in to comment.