From dbf2e3a85796d97f31939cb35a0b9b8347eabcb0 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Fri, 11 Dec 2020 19:07:58 -0800 Subject: 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 --- .github/workflows/ios.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml index f459c598e..d170eea90 100644 --- a/.github/workflows/ios.yml +++ b/.github/workflows/ios.yml @@ -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 -- cgit v1.2.3-70-g09d2