Skip to content
This repository was archived by the owner on Oct 13, 2022. It is now read-only.

Commit 9bab4d8

Browse files
committed
Fix minimal build.
1 parent 040aeed commit 9bab4d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
cd shasta-build
5252
# cmake .. -DBUILD_DYNAMIC_EXECUTABLE=OFF -DBUILD_DYNAMIC_LIBRARY=OFF -DBUILD_WITH_HTTP_SERVER=OFF \
5353
# -DBUILD_ID="Shasta unreleased test build newer than release 0.8.0 at commit "$GITHUB_SHA
54-
cmake .. -DBUILD_ID="Shasta Release 0.8.0"
54+
cmake .. -DBUILD_DYNAMIC_EXECUTABLE=OFF -DBUILD_DYNAMIC_LIBRARY=OFF -DBUILD_WITH_HTTP_SERVER=OFF -DBUILD_ID="Shasta Release 0.8.0"
5555
make -j 2 all
5656
make install/strip
5757
mv shasta-install shasta-Ubuntu-20.04

0 commit comments

Comments
 (0)