Skip to content

Commit b0d62b5

Browse files
committed
cmake
1 parent d762ffb commit b0d62b5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build_and_test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
cache: 'maven'
7777
- name: Install CMake
7878
if: matrix.os == 'macos-14'
79-
run:
79+
run: |
8080
# Pin cmake to 3.31.6 due to a backward compatibility issue
8181
cmake_commit="b4e46db74e74a8c1650b38b1da222284ce1ec5ce"
8282
tap_name="local/pinned"
@@ -95,7 +95,6 @@ jobs:
9595
9696
echo "Installing cmake 3.31.6 from custom tap..."
9797
brew install "$tap_name/cmake"
98-
;;
9998
- name: "Test"
10099
run: |
101100
mkdir -p ~/.m2

0 commit comments

Comments
 (0)