File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 32
32
- ' **/*.pdf' # .pdf files anywhere in the repo
33
33
- ' **/*.cursorrules' # .cursorrules files anywhere in the repo
34
34
35
- workflow_dispatch :
36
-
37
35
schedule :
38
36
- cron : ' 0 0 * * 6' # Runs at 8 AM Singapore time (00:00 UTC) every Saturday
39
37
38
+ env :
39
+ SCHEME : " XLKit-CI"
40
+
40
41
jobs :
41
42
analyze :
42
43
name : Analyze (${{ matrix.language }})
@@ -120,8 +121,8 @@ jobs:
120
121
- if : matrix.build-mode == 'manual' && matrix.language == 'swift'
121
122
shell : bash
122
123
run : |
123
- swift package resolve
124
- swift build
124
+ # Try the same approach as your working build.yml but without xcbeautify
125
+ xcodebuild build -workspace ".swiftpm/xcode/package.xcworkspace" -scheme "XLKit-CI" -destination "generic/platform=macOS,name=Any Mac"
125
126
126
127
- name : Perform CodeQL Analysis
127
128
uses : github/codeql-action/analyze@v3
You can’t perform that action at this time.
0 commit comments