Skip to content

Commit dcd2b5f

Browse files
committed
SCC CI: Use sudo
1 parent ac7b0f2 commit dcd2b5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scc-linux.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- name: Install dependencies
2626
run: |
27-
apt install -y python3-setuptools
27+
sudo apt update && sudo apt install -y python3-setuptools
2828
pip install ioctl-opt libusb1 toml vdf pytest
2929
3030
- name: Build SCC

0 commit comments

Comments
 (0)