mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
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:
parent
de194d56be
commit
dbf2e3a857
1 changed files with 1 additions and 2 deletions
3
.github/workflows/ios.yml
vendored
3
.github/workflows/ios.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue