commit 99a5581cf7c40f4f63c1a6973d5e1f452a8459cc
parent 6d390b252ea64801c47ce287cbcff24c4b5119f9
Author: Darren Clarke <darren@redaranj.com>
Date: Wed, 8 Nov 2023 14:10:38 +0100
Add libgcc to Android build
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mobile/android/.gitlab-ci.yml b/mobile/android/.gitlab-ci.yml
@@ -13,7 +13,7 @@ services:
alias: localhost
before_script:
- - apk add --no-cache curl
+ - apk add --no-cache curl libgcc
- curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
- source $HOME/.cargo/env
- rustup override set $RUST_VERSION