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 8284359879c5e524acc7cf5395ef06100546ae47
parent d871963f6fe2287fce7632980e484f3d66a2fe98
Author: Darren Clarke <darren@redaranj.com>
Date:   Wed,  8 Nov 2023 23:14:39 +0100

Update Android CI

Diffstat:
Mmobile/android/.gitlab-ci.yml | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/mobile/android/.gitlab-ci.yml b/mobile/android/.gitlab-ci.yml @@ -13,7 +13,8 @@ services: alias: localhost before_script: - - apk add --no-cache curl build-base libgcc bash + - apk update + - apk add --no-cache curl build-base libgcc bash openssl - curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y - source $HOME/.cargo/env - rustup override set $RUST_VERSION