Skip to content

Commit f3588d0

Browse files
committed
fix typo and optimizations
1 parent 79310bd commit f3588d0

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)