File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -14,20 +14,18 @@ jobs:
1414 os : [linux, darwin, windows]
1515 arch : [amd64]
1616 include :
17+ - os : linux
18+ cross_compile : x86_64-ubuntu16.04-linux-gnu
1719 - os : linux
1820 arch : 386
1921 cross_compile : i686-ubuntu16.04-linux-gnu
20- - os : linux
21- arch : amd64
22- cross_compile : x86_64-ubuntu16.04-linux-gnu
2322 - os : linux
2423 arch : arm
2524 cross_compile : arm-linux-gnueabihf
2625 - os : linux
2726 arch : arm64
2827 cross_compile : aarch64-linux-gnu
2928 - os : darwin
30- arch : amd64
3129 cross_compile : x86_64-apple-darwin13
3230 cross_compiler : o64-clang
3331 - os : windows
@@ -115,7 +113,7 @@ jobs:
115113 cd $GITHUB_WORKSPACE/pico-sdk/tools/elf2uf2/
116114 mkdir build
117115 cd build
118- cmake -DCMAKE_C_COMPILER=${{ matrix.cross_compiler }} -DCMAKE_CXX_COM ${{ matrix.cross_compiler }}++ -DCMAKE_CXX_FLAGS="-framework IOKit -framework Cocoa" ..
116+ cmake -DCMAKE_C_COMPILER=${{ matrix.cross_compiler }} -DCMAKE_CXX_COMPILER= ${{ matrix.cross_compiler }}++ -DCMAKE_CXX_FLAGS="-framework IOKit -framework Cocoa" ..
119117 make
120118 if : matrix.os == 'darwin'
121119
You can’t perform that action at this time.
0 commit comments