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 90213d5 commit 4f17650Copy full SHA for 4f17650
.github/workflows/ci.yml
@@ -112,8 +112,8 @@ jobs:
112
key: ${{ runner.os }}-gradle-wrapper-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }}
113
- name: Install compiler
114
run: |
115
+ sudo add-apt-repository "deb http://dk.archive.ubuntu.com/ubuntu/ bionic main universe"
116
sudo apt-get install -y g++-${{ matrix.version }} libsparsehash-dev
-
117
curl -O -L https://github.com/Kitware/CMake/releases/download/v${CMAKE_VERSION}/cmake-${CMAKE_VERSION}-Linux-x86_64.tar.gz
118
tar xf cmake-${CMAKE_VERSION}-Linux-x86_64.tar.gz
119
echo "cmake-${CMAKE_VERSION}-Linux-x86_64/bin" >> $GITHUB_PATH
0 commit comments