Fix the Update Acknowledgements renovate dependencies update workflow step by building the project instead of just resolving the dependencies

This commit is contained in:
Stefan Ceriu
2026-04-24 15:19:37 +03:00
parent 3acb558980
commit ce50e4c5f8

View File

@@ -41,8 +41,8 @@ jobs:
- name: Run XcodeGen - name: Run XcodeGen
run: xcodegen run: xcodegen
- name: Resolve package dependencies - name: Resolve dependencies and build the project
run: xcodebuild -resolvePackageDependencies -project ElementX.xcodeproj run: xcodebuild -scheme ElementX -project ElementX.xcodeproj -destination 'generic/platform=iOS Simulator' build
- name: Update Acknowledgements - name: Update Acknowledgements
run: swift-package-list ElementX.xcodeproj --requires-license --ignore-package compound-ios --ignore-package compound-design-tokens --ignore-package matrix-rich-text-editor-swift --ignore-package element-call-swift --output-type settings-bundle --output-path ElementX/SupportingFiles run: swift-package-list ElementX.xcodeproj --requires-license --ignore-package compound-ios --ignore-package compound-design-tokens --ignore-package matrix-rich-text-editor-swift --ignore-package element-call-swift --output-type settings-bundle --output-path ElementX/SupportingFiles