simple-c2pa

This is a fork of https://gitlab.com/guardianproject/proofmode/simple-c2pa
git clone git://archive.git.mtrnord.blog/mtrnords-photography-manager/simple-c2pa.git
Log | Files | Refs | README | LICENSE

commit a89dba4852d22c51d11d1a65335bcc6c20351f97
parent 99a5581cf7c40f4f63c1a6973d5e1f452a8459cc
Author: Darren Clarke <darren@redaranj.com>
Date:   Wed,  8 Nov 2023 14:17:48 +0100

Add build-base to Android image

Diffstat:
Mmobile/android/.gitlab-ci.yml | 2+-
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 libgcc + - apk add --no-cache curl build-base libgcc - curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y - source $HOME/.cargo/env - rustup override set $RUST_VERSION