Skip to content

Commit ddbe790

Browse files
committed
debugging workflow
1 parent e84ce70 commit ddbe790

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
- name: Install libXML2
9292
run: |
9393
sudo apt-get update -y
94-
sudo apt-get install -y -no-install-recommends libxml2 libncurses5
94+
sudo apt-get install -y --no-install-recommends libxml2 libncurses5
9595
9696
# install package
9797
- name: Install the package

0 commit comments

Comments
 (0)