Skip to content

Commit 3a2602a

Browse files
augh no sudo
1 parent 912f208 commit 3a2602a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/basic_checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +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
32+
apt-get update
33+
apt-get install -y libxml2-dev libxslt1-dev
3434
pip install -U "scancode-toolkit<32.0" "click>=7,<8"
3535
3636
-

0 commit comments

Comments
 (0)