1
0
mirror of https://github.com/timvisee/ffsend.git synced 2025-02-01 04:01:36 +01:00

Update the APK package index first

This commit is contained in:
timvisee 2018-06-18 20:34:57 +02:00
parent f4144d085b
commit c7e3739193
No known key found for this signature in database
GPG Key ID: 109CBA0BF74036C2

View File

@ -84,6 +84,7 @@ linux-x64:
TARGET_SIMPLE: linux-x64
DEB: y
before_script: &release-before-script
- apk update
- apk add curl openssl-dev sh pkgconfig
- curl https://sh.rustup.rs -sSf | sh -s -- -y --no-modify-path --default-toolchain $RUST_VERSION
- export PATH=/usr/local/cargo/bin:$PATH