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 fc8bab3 commit 0f23082Copy full SHA for 0f23082
.github/workflows/release.yml
@@ -144,7 +144,7 @@ jobs:
144
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
145
146
apt-get update
147
- apt-get -y install cmake=3.25.2-0kitware1ubuntu22.04.1
+ apt-get -y install cmake=3.25.2-0kitware1ubuntu22.04.1 cmake-data=3.25.2-0kitware1ubuntu22.04.1
148
149
- name: Setup build directory
150
run: mkdir builds
0 commit comments