File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 : |
Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments