Skip to content

Commit

Permalink
Update iOS action
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Kebekus committed Dec 5, 2023
1 parent e546b1b commit de3016d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ jobs:
cp -rv ios/* $Qt6_DIR
- name: Configure and compile libzip
run: |
cmake -E make_directory build
$Qt6_DIR/bin/qt-cmake \
-G Ninja \
-S libzip \
Expand All @@ -54,9 +53,6 @@ jobs:
-DBUILD_REGRESS=OFF \
-DBUILD_SHARED_LIBS=OFF \
-DBUILD_TOOLS=OFF \
-DENABLE_BZIP2=OFF \
-DENABLE_LZMA=OFF \
-DENABLE_ZSTD=OFF \
-DCMAKE_OSX_ARCHITECTURES="arm64;x86_64" \
-DCMAKE_PREFIX_PATH=ios \
-DCMAKE_INSTALL_PREFIX=ios
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
Qt6_DIR_BASE=$(dirname "$Qt6_DIR") ./buildscript-linux.sh
- name: Package
run: |
tar cvfz enrouteDependencies_Qt$(filename $(dirname $(dirname "$Qt6_DIR")))_linux.tar.gz Qt
tar cvfz enrouteDependencies_linux.tar.gz Qt
- name: Upload to developerBuilds
run: |
gh release upload --clobber developerBuilds *.tar.gz
Expand Down

0 comments on commit de3016d

Please sign in to comment.