Skip to content

Commit c9e733d

Browse files
committed
wip
1 parent e916e97 commit c9e733d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -192,9 +192,7 @@ jobs:
192192
- name: Build tlfs (android)
193193
working-directory: api
194194
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 }}
195+
run: sudo apt-get update && sudo apt-get install -y gcc-multilib && cargo apk build --release --target ${{ matrix.platform.target }}
198196

199197
- name: Create artefact
200198
working-directory: target/${{ matrix.platform.target }}/release

0 commit comments

Comments
 (0)