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.
2 parents 7e69031 + 6ee4a1e commit 1e855c0Copy full SHA for 1e855c0
.github/workflows/conan.yml
@@ -122,7 +122,7 @@ jobs:
122
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
123
124
apt-get update
125
- apt-get -y install cmake
+ apt-get -y install cmake=3.25.2-0kitware1ubuntu22.04.1 cmake-data=3.25.2-0kitware1ubuntu22.04.1
126
127
pip install conan
128
0 commit comments