We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d68d2c commit ad029a7Copy full SHA for ad029a7
1 file changed
.github/workflows/rust.yml
@@ -120,6 +120,12 @@ jobs:
120
- os: ubuntu-latest
121
TARGET: x86_64-unknown-linux-gnu
122
123
+ - os: ubuntu-latest
124
+ TARGET: i686-unknown-linux-musl
125
+
126
127
+ TARGET: x86_64-unknown-linux-musl
128
129
- os: windows-latest
130
TARGET: x86_64-pc-windows-msvc
131
EXTENSION: .exe
@@ -145,14 +151,6 @@ jobs:
145
151
if: ${{ !contains(matrix.TARGET, 'linux') }}
146
152
run: |
147
153
cargo install cross
148
-
149
- #- name: Nuke bugged gcc version
150
- # if: ${{ contains(matrix.TARGET, 'linux') }}
- # run: |
- # sudo apt-get remove gcc-9 || echo No gcc 9 to remove
- # sudo apt-get remove gcc-10 || echo No gcc 10 to remove
154
- # echo Checking cc version
155
- # cc --version
156
157
- name: Build
158
0 commit comments