File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed
Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -120,6 +120,12 @@ jobs:
120120 - os : ubuntu-latest
121121 TARGET : x86_64-unknown-linux-gnu
122122
123+ - os : ubuntu-latest
124+ TARGET : i686-unknown-linux-musl
125+
126+ - os : ubuntu-latest
127+ TARGET : x86_64-unknown-linux-musl
128+
123129 - os : windows-latest
124130 TARGET : x86_64-pc-windows-msvc
125131 EXTENSION : .exe
@@ -145,14 +151,6 @@ jobs:
145151 if : ${{ !contains(matrix.TARGET, 'linux') }}
146152 run : |
147153 cargo install cross
148-
149- # - name: Nuke bugged gcc version
150- # if: ${{ contains(matrix.TARGET, 'linux') }}
151- # run: |
152- # sudo apt-get remove gcc-9 || echo No gcc 9 to remove
153- # sudo apt-get remove gcc-10 || echo No gcc 10 to remove
154- # echo Checking cc version
155- # cc --version
156154
157155 - name : Build
158156 run : |
You can’t perform that action at this time.
0 commit comments