Skip to content

Commit 738a5c9

Browse files
committed
.
1 parent 1a9ac52 commit 738a5c9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/lintyMcLintface.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ jobs:
2020

2121
- name: install bikeshed
2222
run: |
23-
sudo apt-get update && apt-get install libxml2-devel libxslt-devel
23+
sudo apt-get update
24+
sudo apt-get install libxml2-devel libxslt-devel
2425
python -m pip install --upgrade pip
2526
pip install bikeshed
2627
bikeshed update

0 commit comments

Comments
 (0)