Skip to content

Commit

Permalink
Merge pull request #1154 from breez/savage-fix-swift-publish-ci
Browse files Browse the repository at this point in the history
Fix swift CI build
  • Loading branch information
dangeross authored Jan 6, 2025
2 parents e0f2548 + 7b1050e commit b0f7d74
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-bindings-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ jobs:
rustup toolchain install stable --profile minimal
rustup target add ${{ matrix.target }}
- name: Set IPHONEOS_DEPLOYMENT_TARGET
run: echo "IPHONEOS_DEPLOYMENT_TARGET=12.0" >> $GITHUB_ENV

- name: Install Protoc
uses: arduino/setup-protoc@v3
with:
Expand Down

0 comments on commit b0f7d74

Please sign in to comment.