Skip to content

Commit fc8bab3

Browse files
authored
try pinning cmake version (#397)
1 parent 14d1f90 commit fc8bab3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
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
147+
apt-get -y install cmake=3.25.2-0kitware1ubuntu22.04.1
148148
149149
- name: Setup build directory
150150
run: mkdir builds

0 commit comments

Comments
 (0)