Skip to content

Commit

Permalink
Remove square brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
sirknightj committed Nov 21, 2024
1 parent 9832ec1 commit b5360ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -719,7 +719,7 @@ jobs:
run: |
cd build
CMAKE_LOGS=$(cmake .. -DKVS_STACK_SIZE=65536 2>&1)
if [ ! echo "$CMAKE_LOGS" | grep -q "Building with default stack size: 65536 bytes" ]; then
if ! echo "$CMAKE_LOGS" | grep -q "Building with default stack size: 65536 bytes"; then
echo "Stack size was not sent to PIC properly."
echo "$CMAKE_LOGS"
exit 1
Expand Down

0 comments on commit b5360ba

Please sign in to comment.