Fix CI/CD after bundle changes

This commit is contained in:
Balazs Perlaki-Horvath 2025-03-31 09:36:48 +02:00
parent 7270e2baa6
commit 3a012aa2e2
2 changed files with 8 additions and 0 deletions

View File

@ -66,6 +66,10 @@ jobs:
cd apple cd apple
cat Brewfile | grep -v -e pre-commit > Brewfile_CI cat Brewfile | grep -v -e pre-commit > Brewfile_CI
brew bundle --force --file Brewfile_CI brew bundle --force --file Brewfile_CI
cp Support/CoreKiwix.modulemap CoreKiwix.xcframework/ios-arm64/Headers/module.modulemap
cp Support/CoreKiwix.modulemap CoreKiwix.xcframework/ios-arm64_x86_64-simulator/Headers/module.modulemap
cp Support/CoreKiwix.modulemap CoreKiwix.xcframework/macos-arm64_x86_64/Headers/module.modulemap
python localizations.py generate
cd .. cd ..
- name: Generate project based on tag - name: Generate project based on tag

View File

@ -58,6 +58,10 @@ jobs:
run: | # remove pre-commit, it's not needed for CI run: | # remove pre-commit, it's not needed for CI
cat Brewfile | grep -v -e pre-commit > Brewfile_CI cat Brewfile | grep -v -e pre-commit > Brewfile_CI
brew bundle --force --file Brewfile_CI brew bundle --force --file Brewfile_CI
cp Support/CoreKiwix.modulemap CoreKiwix.xcframework/ios-arm64/Headers/module.modulemap
cp Support/CoreKiwix.modulemap CoreKiwix.xcframework/ios-arm64_x86_64-simulator/Headers/module.modulemap
cp Support/CoreKiwix.modulemap CoreKiwix.xcframework/macos-arm64_x86_64/Headers/module.modulemap
python localizations.py generate
- name: Generate project based on tag - name: Generate project based on tag
env: env: