mirror of
https://github.com/kiwix/kiwix-apple-custom.git
synced 2025-08-03 10:36:02 -04:00
Merge pull request #52 from kiwix/cd-fix-bundle-install-with-force
Fix CD bundle install with --force
This commit is contained in:
commit
400a2b8294
6
.github/workflows/cd.yml
vendored
6
.github/workflows/cd.yml
vendored
@ -51,10 +51,10 @@ jobs:
|
|||||||
run: python -m pip install pyyaml
|
run: python -m pip install pyyaml
|
||||||
|
|
||||||
- name: Install Kiwix dependencies
|
- name: Install Kiwix dependencies
|
||||||
run:
|
run: | # remove pre-commit, it's not needed for CI
|
||||||
|
|
|
||||||
cd apple
|
cd apple
|
||||||
brew bundle
|
cat Brewfile | grep -v -e pre-commit > Brewfile_CI
|
||||||
|
brew bundle --force --file Brewfile_CI
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
- name: Generate project based on tag
|
- name: Generate project based on tag
|
||||||
|
6
.gitignore
vendored
6
.gitignore
vendored
@ -7,4 +7,8 @@ custom_project_test.yml
|
|||||||
# temp files for build
|
# temp files for build
|
||||||
.brand_name
|
.brand_name
|
||||||
.build_number
|
.build_number
|
||||||
.version_number
|
.version_number
|
||||||
|
|
||||||
|
# this is CI specific
|
||||||
|
Brewfile_CI
|
||||||
|
Brewfile_CI.lock.json
|
Loading…
x
Reference in New Issue
Block a user