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 7f5e0c3 commit 912f208Copy full SHA for 912f208
.github/workflows/basic_checks.yml
@@ -29,6 +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
34
pip install -U "scancode-toolkit<32.0" "click>=7,<8"
35
36
-
0 commit comments