mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-28 01:45:55 +08:00
ios: Enable the ci again
Extract the libs in the correct location!
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -2,10 +2,8 @@ name: CI
|
||||
|
||||
on:
|
||||
push:
|
||||
#branches:
|
||||
# - master
|
||||
branches-ignore:
|
||||
- "**"
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user