Skip to content

Commit 68747e3

Browse files
Install xml apt packages
1 parent e6c7553 commit 68747e3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/basic_checks.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
# detection output format: https://github.com/nexB/scancode-toolkit/releases/tag/v32.0.0
3030
# Need to update Mbed's scripts for the new format.
3131
run: |
32+
sudo apt-get update
33+
sudo apt-get install -y libxml2-dev libxslt1-dev
3234
pip install -U "scancode-toolkit<32.0" "click>=7,<8"
3335
3436
-

0 commit comments

Comments
 (0)