We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e916e97 commit c9e733dCopy full SHA for c9e733d
.github/workflows/ci.yml
@@ -192,9 +192,7 @@ jobs:
192
- name: Build tlfs (android)
193
working-directory: api
194
if: contains(matrix.platform.target, 'android')
195
- # currently this fails as cargo-apk ignores the [lib] name setting
196
- continue-on-error: true
197
- run: cargo apk build --release --target ${{ matrix.platform.target }}
+ run: sudo apt-get update && sudo apt-get install -y gcc-multilib && cargo apk build --release --target ${{ matrix.platform.target }}
198
199
- name: Create artefact
200
working-directory: target/${{ matrix.platform.target }}/release
0 commit comments