Skip to content

Commit 4f17650

Browse files
committed
[Java] Fix GCC 6 install on Ubuntu 20.04.
1 parent 90213d5 commit 4f17650

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
@@ -112,8 +112,8 @@ jobs:
112112
key: ${{ runner.os }}-gradle-wrapper-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }}
113113
- name: Install compiler
114114
run: |
115+
sudo add-apt-repository "deb http://dk.archive.ubuntu.com/ubuntu/ bionic main universe"
115116
sudo apt-get install -y g++-${{ matrix.version }} libsparsehash-dev
116-
117117
curl -O -L https://github.com/Kitware/CMake/releases/download/v${CMAKE_VERSION}/cmake-${CMAKE_VERSION}-Linux-x86_64.tar.gz
118118
tar xf cmake-${CMAKE_VERSION}-Linux-x86_64.tar.gz
119119
echo "cmake-${CMAKE_VERSION}-Linux-x86_64/bin" >> $GITHUB_PATH

0 commit comments

Comments
 (0)