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 912f208 commit 3a2602aCopy full SHA for 3a2602a
.github/workflows/basic_checks.yml
@@ -29,8 +29,8 @@ jobs:
29
# detection output format: https://github.com/nexB/scancode-toolkit/releases/tag/v32.0.0
30
# Need to update Mbed's scripts for the new format.
31
run: |
32
- sudo apt-get update
33
- sudo apt-get install -y libxml2-dev libxslt1-dev
+ apt-get update
+ apt-get install -y libxml2-dev libxslt1-dev
34
pip install -U "scancode-toolkit<32.0" "click>=7,<8"
35
36
-
0 commit comments