Skip to content

Commit 782014f

Browse files
committed
[CI] Fix GCC installation.
1 parent 261f8a3 commit 782014f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ jobs:
176176
key: ${{ runner.os }}-gradle-wrapper-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }}
177177
- name: Install compiler
178178
run: |
179-
sudo add-apt-repository ppa:ubuntu-toolchain-r/ppa
179+
sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
180180
sudo apt-get update
181181
sudo apt-get install -y g++-${{ matrix.version }}
182182
curl -O -L https://github.com/Kitware/CMake/releases/download/v${CMAKE_VERSION}/cmake-${CMAKE_VERSION}-Linux-x86_64.tar.gz

0 commit comments

Comments
 (0)