Skip to content

Commit

Permalink
Fix swift CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
dangeross committed Jan 6, 2025
1 parent e0f2548 commit 7b1050e
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 7b1050e

Please sign in to comment.