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