We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
DEVELOPER_DIR
1 parent 70a2e6c commit fb8a4a2Copy full SHA for fb8a4a2
.github/workflows/release.yml
@@ -67,6 +67,8 @@ jobs:
67
runs-on: macOS-14
68
permissions:
69
contents: read
70
+ env:
71
+ DEVELOPER_DIR: /Applications/Xcode_15.0.1.app # Supports iOS 17.0 simulator selected by CocoaPods.
72
steps:
73
- name: Checkout repository
74
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
@@ -83,8 +85,6 @@ jobs:
83
85
exit 1
84
86
fi
87
make pod_lint
- env:
- DEVELOPER_DIR: /Applications/Xcode_15.0.1.app # Supports iOS 17.0 simulator selected by CocoaPods.
88
89
build-linux:
90
name: Build Linux ${{ matrix.arch }} Binary
0 commit comments