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