Skip to content

Commit

Permalink
Set IPHONEOS_DEPLOYMENT_TARGET in CI (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
dangeross authored Dec 2, 2024
1 parent ba9caff commit 8e971a7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,9 @@ jobs:
rustup set auto-self-update disable
rustup toolchain install stable --profile minimal
- name: Set IPHONEOS_DEPLOYMENT_TARGET
run: echo "IPHONEOS_DEPLOYMENT_TARGET=13.0" >> $GITHUB_ENV

- name: Install Protoc
if: ${{ needs.setup.outputs.use-published-plugins == 'false' }}
uses: arduino/setup-protoc@v3
Expand Down

0 comments on commit 8e971a7

Please sign in to comment.