Skip to content

Commit

Permalink
[CI] Fix GCC installation.
Browse files Browse the repository at this point in the history
  • Loading branch information
vyazelenko committed Apr 15, 2024
1 parent 261f8a3 commit 782014f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -176,7 +176,7 @@ jobs:
key: ${{ runner.os }}-gradle-wrapper-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }}
- name: Install compiler
run: |
sudo add-apt-repository ppa:ubuntu-toolchain-r/ppa
sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get install -y g++-${{ matrix.version }}
curl -O -L https://github.com/Kitware/CMake/releases/download/v${CMAKE_VERSION}/cmake-${CMAKE_VERSION}-Linux-x86_64.tar.gz
Expand Down

0 comments on commit 782014f

Please sign in to comment.