ios: Enable the ci again

Extract the libs in the correct location!
This commit is contained in:
Vishesh Handa
2020-09-05 20:03:35 +02:00
parent fac2826800
commit f12da4dfc3
2 changed files with 6 additions and 5 deletions

View File

@ -2,10 +2,8 @@ name: CI
on:
push:
#branches:
# - master
branches-ignore:
- "**"
branches:
- master
jobs:
build:

View File

@ -23,7 +23,10 @@ export LIBS_URL="https://github.com/GitJournal/ios-libraries/releases/download/v
if [ ! -d "ios/libs" ]; then
echo "Downloading Libs"
wget "$LIBS_URL"
unzip libs.zip
cd ios
unzip ../libs.zip
cd -
rm libs.zip
fi
# Place gj_common