Skip to content

Commit 7d04027

Browse files
committed
again
1 parent ff81aeb commit 7d04027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/install_dependencies.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ if (( IS_UBUNTU_20_04 && IS_PYTHON_3_10 )); then
8686
fi
8787

8888

89-
if [[ "${BUILD_DOCU}x" != "x" ]; then
89+
if [[ "${BUILD_DOCU}x" != "x" ]]; then
9090
sudo apt-get install doxygen graphviz lcov
9191
sudo pip3 install --upgrade six>=1.11.0
9292
sudo pip3 install Markdown==3.2.1

0 commit comments

Comments
 (0)