8000 Removed custom derived data path from `xcodebuild` invocations · srgtuszy/llama-cpp-swift@887a132 · GitHub
[go: up one dir, main page]

Skip to content

Commit 887a132

Browse files
committed
Removed custom derived data path from xcodebuild invocations
1 parent e825e0e commit 887a132

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/build_library.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ jobs:
3737
xcodebuild \
3838
-scheme LLamaSwift \
3939
-destination platform=macOS \
40-
-derivedDataPath DerivedData-macos \
4140
SWIFT_ACTIVE_COMPILATION_CONDITIONS=DEBUG
4241
4342
build-ios:
@@ -52,5 +51,4 @@ jobs:
5251
xcodebuild \
5352
-scheme LLamaSwift \
5453
-destination platform=iOS \
55-
-derivedDataPath DerivedData-ios \
5654
SWIFT_ACTIVE_COMPILATION_CONDITIONS=DEBUG

0 commit comments

Comments
 (0)
0