We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ca6ac3 commit ec704b5Copy full SHA for ec704b5
1 file changed
.github/workflows/build.yml
@@ -17,7 +17,7 @@ jobs:
17
export MACOSX_DEPLOYMENT_TARGET=10.9
18
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
19
cd ./build
20
- xcodebuild -configuration Release derivedDataPath Build
+ xcodebuild -configuration Release -derivedDataPath Build
21
mv Build/Release/libhttps.so Build/Release/https.so
22
23
cd Build/Release
0 commit comments