Skip to content

Commit 9bb9025

Browse files
committed
CI: Use pip
1 parent f2b6cb0 commit 9bb9025

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/scc-linux.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@ jobs:
2323
python-version: '3.13'
2424

2525
- 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
26+
run: pip install build setuptools ioctl-opt libusb1 toml vdf pytest
2927

3028
- name: Build SCC
3129
run: python -m build

0 commit comments

Comments
 (0)