Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
parent
d4cb695a2d
commit
23cbbf402a
@ -3,7 +3,7 @@ name: build
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- "custom"
|
- "main"
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- "README.md"
|
- "README.md"
|
||||||
- "LICENSE.txt"
|
- "LICENSE.txt"
|
||||||
|
@ -8,7 +8,7 @@ on:
|
|||||||
- cron: "@weekly"
|
- cron: "@weekly"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
ups:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
@ -16,6 +16,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Install ups
|
- name: Install ups
|
||||||
run: |
|
run: |
|
||||||
|
sudo apt update -y
|
||||||
sudo apt install -y python3 python-build python-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