Skip to content

Commit 5056b08

Browse files
authored
no boost in no-boost case is correct
1 parent 243ba3d commit 5056b08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nestbuildmatrix.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -690,9 +690,9 @@ jobs:
690690
echo "INSTALLED PYTHON PACKAGES:"
691691
pip list
692692
echo "INSTALLED BOOST PACKAGES:"
693-
dpkg -l 'libboost*' | grep "^ii"
693+
dpkg -l 'libboost*' | grep "^ii" || true
694694
echo "INSTALLED BOOST HEADERS:"
695-
dpkg -l 'libboost*-dev' | grep "^ii"
695+
dpkg -l 'libboost*-dev' | grep "^ii" || true
696696
echo "LIST HAS TO BE ZERO"
697697
test -z "$(dpkg -l 'libboost*-dev' | grep "^ii")"
698698

0 commit comments

Comments
 (0)