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 9f6bfab commit b3f78d8Copy full SHA for b3f78d8
.github/workflows/conan.yml
@@ -120,7 +120,7 @@ jobs:
120
sudo echo 'deb [signed-by=/usr/share/keyrings/kitware-archive-keyring.gpg] https://apt.kitware.com/ubuntu/ jammy main' | sudo tee /etc/apt/sources.list.d/kitware.list >/dev/null
121
122
apt-get update
123
- apt-get -y install cmake
+ apt-get -y install cmake=3.25.2-0kitware1ubuntu22.04.1 cmake-data=3.25.2-0kitware1ubuntu22.04.1
124
125
pip install conan
126
0 commit comments