mirror of
https://github.com/kiwix/kiwix-apple-custom.git
synced 2025-09-22 11:51:04 -04:00
Merge pull request #28 from kiwix/feature/re-use-cd-from-main
Bypass deps
This commit is contained in:
commit
5b935c0da5
13
.github/workflows/cd.yml
vendored
13
.github/workflows/cd.yml
vendored
@ -45,12 +45,13 @@ jobs:
|
|||||||
- name: Install Python dependencies for custom project generation
|
- name: Install Python dependencies for custom project generation
|
||||||
run: python -m pip install pyyaml
|
run: python -m pip install pyyaml
|
||||||
|
|
||||||
# - name: Install Kiwix dependencies
|
- name: Install Kiwix dependencies
|
||||||
# run:
|
run:
|
||||||
# |
|
|
|
||||||
# cd apple
|
# cd apple
|
||||||
# brew bundle
|
# brew bundle
|
||||||
# cd ..
|
# cd ..
|
||||||
|
brew install xcodegen
|
||||||
|
|
||||||
- name: Generate project based on tag
|
- name: Generate project based on tag
|
||||||
env:
|
env:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user