Skip to content

Commit

Permalink
Updated derived data paths
Browse files Browse the repository at this point in the history
  • Loading branch information
srgtuszy committed Oct 15, 2024
1 parent d8f54eb commit e825e0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
xcodebuild \
-scheme LLamaSwift \
-destination platform=macOS \
-derivedDataPath DerivedData \
-derivedDataPath DerivedData-macos \
SWIFT_ACTIVE_COMPILATION_CONDITIONS=DEBUG
build-ios:
Expand All @@ -52,5 +52,5 @@ jobs:
xcodebuild \
-scheme LLamaSwift \
-destination platform=iOS \
-derivedDataPath DerivedData \
-derivedDataPath DerivedData-ios \
SWIFT_ACTIVE_COMPILATION_CONDITIONS=DEBUG

0 comments on commit e825e0e

Please sign in to comment.