Fix compilation error when trying to use SwiftPM embedded package (#3124)

* Test SwiftPM build as part of release process

* Fix iOS embedded platform version as v17
This commit is contained in:
Hugh Nimmo-Smith
2025-03-25 14:26:28 +00:00
committed by GitHub
parent fe382cfc0b
commit 238bdea2b0
2 changed files with 5 additions and 1 deletions

View File

@@ -164,6 +164,10 @@ jobs:
- name: Copy files
run: rsync -a --delete --exclude .git element-call/embedded/ios/ element-call-swift
- name: Test build
working-directory: element-call-swift
run: swift build
- name: Get artifact version
run: echo "ARTIFACT_VERSION=${VERSION:1}" >> "$GITHUB_ENV"