We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac7b0f2 commit dcd2b5fCopy full SHA for dcd2b5f
.github/workflows/scc-linux.yml
@@ -24,7 +24,7 @@ jobs:
24
25
- name: Install dependencies
26
run: |
27
- apt install -y python3-setuptools
+ sudo apt update && sudo apt install -y python3-setuptools
28
pip install ioctl-opt libusb1 toml vdf pytest
29
30
- name: Build SCC
0 commit comments