Skip to content

Commit 9f6bfab

Browse files
authored
pin cmake-data as well (#398)
1 parent fc8bab3 commit 9f6bfab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
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
145145
146146
apt-get update
147-
apt-get -y install cmake=3.25.2-0kitware1ubuntu22.04.1
147+
apt-get -y install cmake=3.25.2-0kitware1ubuntu22.04.1 cmake-data=3.25.2-0kitware1ubuntu22.04.1
148148
149149
- name: Setup build directory
150150
run: mkdir builds

0 commit comments

Comments
 (0)