File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4747 run : |
4848 choco install ninja
4949
50- - name : " 🛠️ macOS build dependencies"
51- if : contains(matrix.config.os, 'macOS')
52- shell : bash
53- run : |
54- brew install ninja
55-
5650 - name : " 🚧 Cargo test"
5751 if : " !startsWith(github.ref, 'refs/tags')"
5852 run : |
Original file line number Diff line number Diff line change @@ -159,7 +159,6 @@ jobs:
159159 if : contains(matrix.config.name, 'macos-x64')
160160 shell : bash
161161 run : |
162- brew install ninja
163162 ninja --version
164163 cmake --version
165164 mkdir build
Original file line number Diff line number Diff line change @@ -294,7 +294,6 @@ jobs:
294294 if : contains(matrix.config.name, 'macos')
295295 shell : bash
296296 run : |
297- brew install ninja
298297 ninja --version
299298 cmake --version
300299 mkdir build
@@ -314,7 +313,6 @@ jobs:
314313 if : contains(matrix.config.name, 'android')
315314 shell : bash
316315 run : |
317- brew install ninja
318316 mkdir build
319317 mkdir instdir
320318 cmake . -DCMAKE_TOOLCHAIN_FILE="$ANDROID_NDK/build/cmake/android.toolchain.cmake" \
You can’t perform that action at this time.
0 commit comments