We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f24408b commit 808e783Copy full SHA for 808e783
.github/workflows/cmake.yml
@@ -124,6 +124,7 @@ jobs:
124
apt-add-repository 'deb http://azure.archive.ubuntu.com/ubuntu/ bionic universe'
125
add-apt-repository -y ppa:ubuntu-toolchain-r/test
126
apt update
127
+ apt install -y build-essential cmake
128
${{matrix.install}}
129
130
- name: Configure CMake
0 commit comments