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.
1 parent 807d528 commit 8b9cee4Copy full SHA for 8b9cee4
.github/workflows/Build.yml
@@ -7,6 +7,9 @@ on:
7
- preview/version-8
8
pull_request:
9
10
+env:
11
+ DEVELOPER_DIR: /Applications/Xcode_15.0.app/Contents/Developer
12
+
13
jobs:
14
15
build_iOS:
.github/workflows/Lint.yml
@@ -2,6 +2,9 @@ name: Lint
2
3
on: [pull_request]
4
5
6
danger:
runs-on: ubuntu-latest
0 commit comments