fix ups workflow package names
Some checks failed
ups / ups (push) Failing after 13s

Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
ngn 2025-05-12 19:04:50 +03:00
parent 23cbbf402a
commit 3a704b5d73
Signed by: ngn
GPG Key ID: A3654DF5AD9F641D

View File

@ -17,7 +17,7 @@ jobs:
- name: Install ups
run: |
sudo apt update -y
sudo apt install -y python3 python-build python-requests make
sudo apt install -y python3 python3-build requests make
git clone https://git.ngn.tf/ngn/ups && cd ups
make && make install