Skip to content

Commit

Permalink
Update scripts/build-default.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Andy Alt <[email protected]>
  • Loading branch information
KaruroChori and andy5995 committed Dec 14, 2024
1 parent bac1a11 commit ab48b20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-default.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if [ ! -f "src/app/main.cpp" ]; then
echo "This script must be run from the source root."
exit 1
fi

cmake --version
set -v
if [ "CI" != "true" ]; then
# Update subprojects no more than every 7 days, or force with '-f'
Expand Down

0 comments on commit ab48b20

Please sign in to comment.