Merge pull request #28 from kiwix/feature/re-use-cd-from-main

Bypass deps
This commit is contained in:
BPH 2024-01-14 19:06:37 +01:00 committed by GitHub
commit 5b935c0da5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,12 +45,13 @@ jobs:
- name: Install Python dependencies for custom project generation
run: python -m pip install pyyaml
# - name: Install Kiwix dependencies
# run:
# |
# cd apple
# brew bundle
# cd ..
- name: Install Kiwix dependencies
run:
|
# cd apple
# brew bundle
# cd ..
brew install xcodegen
- name: Generate project based on tag
env: