Skip to content

Commit ec704b5

Browse files
committed
CI: fix xcodebuild command...
1 parent 6ca6ac3 commit ec704b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
export MACOSX_DEPLOYMENT_TARGET=10.9
1818
cmake -G Xcode -S . -B ./build -DLUA_INCLUDE_DIR=${{ runner.workspace }}/lua-https/.lua/include -DLUA_LIBRARIES=${{ runner.workspace }}/lua-https/.lua/lib/liblua.a
1919
cd ./build
20-
xcodebuild -configuration Release derivedDataPath Build
20+
xcodebuild -configuration Release -derivedDataPath Build
2121
mv Build/Release/libhttps.so Build/Release/https.so
2222
2323
cd Build/Release

0 commit comments

Comments
 (0)