Skip to content

Commit 27767ae

Browse files
committed
Pin CMake setup to project-compatible version
1 parent c670770 commit 27767ae

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/deploy_cpp_libs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- name: Setup CMake
6868
uses: jwlawson/actions-setup-cmake@v2.2
6969
with:
70-
cmake-version: '3.31.x'
70+
cmake-version: '3.21.4'
7171
- name: Install Ninja
7272
if: (matrix.os == 'macos-14')
7373
run: |

.github/workflows/run_android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup CMake
2828
uses: jwlawson/actions-setup-cmake@v2.2
2929
with:
30-
cmake-version: '3.31.x'
30+
cmake-version: '3.21.4'
3131
- name: Install NDK
3232
run: |
3333
echo "y" | sudo -H ${ANDROID_SDK_ROOT}/cmdline-tools/latest/bin/sdkmanager --install "ndk;${ANDROID_NDK_VERSION}" --sdk_root=${ANDROID_SDK_ROOT}

.github/workflows/run_libftdi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Setup CMake
3131
uses: jwlawson/actions-setup-cmake@v2.2
3232
with:
33-
cmake-version: '3.31.x'
33+
cmake-version: '3.21.4'
3434
- name: Compile BrainFlow
3535
run: |
3636
mkdir $GITHUB_WORKSPACE/build

.github/workflows/run_matlab.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Setup CMake
1414
uses: jwlawson/actions-setup-cmake@v2.2
1515
with:
16-
cmake-version: '3.31.x'
16+
cmake-version: '3.21.4'
1717
- name: Compile BrainFlow
1818
run: |
1919
mkdir $GITHUB_WORKSPACE/build

.github/workflows/run_unix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- name: Setup CMake
5959
uses: jwlawson/actions-setup-cmake@v2.2
6060
with:
61-
cmake-version: '3.31.x'
61+
cmake-version: '3.21.4'
6262
- name: Set up JDK 11
6363
uses: actions/setup-java@v1
6464
with:

.github/workflows/valgrind.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup CMake
2020
uses: jwlawson/actions-setup-cmake@v2.2
2121
with:
22-
cmake-version: '3.31.x'
22+
cmake-version: '3.21.4'
2323
- name: Install Dependencies
2424
run: |
2525
sudo -H apt-get update -y

0 commit comments

Comments
 (0)