We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 261f8a3 commit 782014fCopy full SHA for 782014f
.github/workflows/ci.yml
@@ -176,7 +176,7 @@ jobs:
176
key: ${{ runner.os }}-gradle-wrapper-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }}
177
- name: Install compiler
178
run: |
179
- sudo add-apt-repository ppa:ubuntu-toolchain-r/ppa
+ sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
180
sudo apt-get update
181
sudo apt-get install -y g++-${{ matrix.version }}
182
curl -O -L https://github.com/Kitware/CMake/releases/download/v${CMAKE_VERSION}/cmake-${CMAKE_VERSION}-Linux-x86_64.tar.gz
0 commit comments