GitHub Action/iOS: build in the right directory

The way I test things locally I build in the directory above the subsurface
directory. Let's match this on GitHub as well.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2020-12-11 19:07:58 -08:00
parent de194d56be
commit dbf2e3a857

View file

@ -25,8 +25,7 @@ jobs:
xzcat Qt-5.14.1-ios.tar.xz | tar -x -C $HOME/Qt -f -
- name: build Subsurface-mobile for iOS
run: |
mkdir -p $HOME/build
cd $HOME/build
cd $GITHUB_WORKSPACE/..
ln -s $HOME/Qt Qt
echo "build for simulator"
bash -x $GITHUB_WORKSPACE/packaging/ios/build.sh -simulator