attempt to fix the ups workflow
Some checks failed
build / build (push) Successful in 12s
ups / build (push) Failing after 6s

Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
ngn 2025-05-12 18:43:35 +03:00
parent 2614ef60bf
commit d4cb695a2d
Signed by: ngn
GPG Key ID: A3654DF5AD9F641D

View File

@ -1,6 +1,9 @@
name: ups
on:
push:
branches:
- "custom"
schedule:
- cron: "@weekly"
@ -13,7 +16,7 @@ jobs:
- name: Install ups
run: |
sudo apt install python3 python3-build requests make
sudo apt install -y python3 python-build python-requests make
git clone https://git.ngn.tf/ngn/ups && cd ups
make && make install