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
|
name: ups
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- "custom"
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "@weekly"
|
- cron: "@weekly"
|
||||||
|
|
||||||
@ -13,7 +16,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Install ups
|
- name: Install ups
|
||||||
run: |
|
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
|
git clone https://git.ngn.tf/ngn/ups && cd ups
|
||||||
make && make install
|
make && make install
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user