fix the requests package name
Some checks failed
ups / ups (push) Failing after 43s

Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
ngn
2025-05-12 19:09:05 +03:00
parent 3a704b5d73
commit d77a5dd4c9

View File

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