File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 11
11
strategy :
12
12
matrix :
13
13
# macos-13 is x86_64, and macos-14 is arm64
14
- os : [ubuntu-22.04, macos-13, macos-14]
14
+ os : [ubuntu-22.04, windows-2022, macos-13, macos-14]
15
15
fail-fast : false
16
16
runs-on : ${{ matrix.os }}
17
17
name : build.py ${{ matrix.os }}
@@ -25,12 +25,13 @@ jobs:
25
25
- uses : carlosperate/arm-none-eabi-gcc-action@v1
26
26
with :
27
27
release : 10.3-2021.10
28
- - name : Install CMake v3.22 via PyPI
29
- run : python -m pip install cmake==3.28.3
28
+ - name : Install CMake v3.22 & Ninja v1.11 via PyPI
29
+ run : python -m pip install cmake==3.28.3 ninja==1.11.1.1
30
30
- name : Check Versions
31
31
run : |
32
32
arm-none-eabi-gcc --version
33
33
cmake --version
34
+ ninja --versio
34
35
python --version
35
36
uname -a
36
37
- name : Build mpy-cross
You can’t perform that action at this time.
0 commit comments