We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a9ac52 commit 738a5c9Copy full SHA for 738a5c9
.github/workflows/lintyMcLintface.yml
@@ -20,7 +20,8 @@ jobs:
20
21
- name: install bikeshed
22
run: |
23
- sudo apt-get update && apt-get install libxml2-devel libxslt-devel
+ sudo apt-get update
24
+ sudo apt-get install libxml2-devel libxslt-devel
25
python -m pip install --upgrade pip
26
pip install bikeshed
27
bikeshed update
0 commit comments