Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
wngr committed Mar 8, 2022
1 parent e916e97 commit 3587167
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,9 +192,7 @@ jobs:
- name: Build tlfs (android)
working-directory: api
if: contains(matrix.platform.target, 'android')
# currently this fails as cargo-apk ignores the [lib] name setting
continue-on-error: true
run: cargo apk build --release --target ${{ matrix.platform.target }}
run: sudo apt-get install -y gcc-multilib && cargo apk build --release --target ${{ matrix.platform.target }}

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

0 comments on commit 3587167

Please sign in to comment.