attempt to fix the ups workflow
Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
parent
2614ef60bf
commit
d4cb695a2d
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user