Skip to content

Commit c4c702f

Browse files
committed
fixing workflow, referenced build folder that didn't exist
1 parent 4511b80 commit c4c702f

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
4242
xcodebuild
4343
-scheme tests
44-
-destination 'platform=macOS'
44+
-destination 'platform=macOS,arch=arm64'
4545
-resultBundlePath TestResult/
4646
-enableCodeCoverage YES
4747
-derivedDataPath "${RUNNER_TEMP}/Build/DerivedData"

backtesting-engine-cpp.xcodeproj/project.pbxproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3834,7 +3834,6 @@
38343834
LIBRARY_SEARCH_PATHS = (
38353835
"\"$(SRCROOT)/external/libpqxx/build/src\"",
38363836
"/opt/homebrew/opt/postgresql@18/lib/postgresql",
3837-
"\"$(SRCROOT)/external/boost-decimal/build\"",
38383837
);
38393838
MACOSX_DEPLOYMENT_TARGET = 26.0;
38403839
MARKETING_VERSION = 1.0;
@@ -3865,7 +3864,6 @@
38653864
LIBRARY_SEARCH_PATHS = (
38663865
"\"$(SRCROOT)/external/libpqxx/build/src\"",
38673866
"/opt/homebrew/opt/postgresql@18/lib/postgresql",
3868-
"\"$(SRCROOT)/external/boost-decimal/build\"",
38693867
);
38703868
MACOSX_DEPLOYMENT_TARGET = 26.0;
38713869
MARKETING_VERSION = 1.0;

0 commit comments

Comments
 (0)