Skip to content

Commit 10347f4

Browse files
authored
Update CMake version used when building
Somewhat hacky way to fix JuliaCI#314 and to get JuliaCI#345 working again.
1 parent dea1b33 commit 10347f4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

utilities/build_julia.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ ld -v
1919
echo
2020
buildkite-agent --version
2121

22+
echo "--- Update CMake"
23+
contrib/download_cmake.sh
24+
2225
echo "--- Collect make options"
2326
# These are the flags we'll provide to `make`
2427
MFLAGS=()

0 commit comments

Comments
 (0)