Skip to content

Commit fb8a4a2

Browse files
committed
Declare DEVELOPER_DIR for the whole job
1 parent 70a2e6c commit fb8a4a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ jobs:
6767
runs-on: macOS-14
6868
permissions:
6969
contents: read
70+
env:
71+
DEVELOPER_DIR: /Applications/Xcode_15.0.1.app # Supports iOS 17.0 simulator selected by CocoaPods.
7072
steps:
7173
- name: Checkout repository
7274
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
@@ -83,8 +85,6 @@ jobs:
8385
exit 1
8486
fi
8587
make pod_lint
86-
env:
87-
DEVELOPER_DIR: /Applications/Xcode_15.0.1.app # Supports iOS 17.0 simulator selected by CocoaPods.
8888
8989
build-linux:
9090
name: Build Linux ${{ matrix.arch }} Binary

0 commit comments

Comments
 (0)