Skip to content

Commit ea2290e

Browse files
committed
Fix SwiftLint CI by setting DEVELOPER_DIR in workflow
1 parent 155956e commit ea2290e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
pull_request:
77
branches: [ "main" ]
88

9+
env:
10+
DEVELOPER_DIR: /Applications/Xcode.app/Contents/Developer
11+
912
jobs:
1013
ci:
1114
name: Build and Test (macOS)

0 commit comments

Comments
 (0)