We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc8bab3 commit 9f6bfabCopy full SHA for 9f6bfab
.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