attempt to fix the ups workflow again
Some checks failed
ups / ups (push) Failing after 13s

Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
ngn 2025-05-12 19:02:19 +03:00
parent d4cb695a2d
commit 23cbbf402a
Signed by: ngn
GPG Key ID: A3654DF5AD9F641D
2 changed files with 3 additions and 2 deletions

View File

@ -3,7 +3,7 @@ name: build
on:
push:
branches:
- "custom"
- "main"
paths-ignore:
- "README.md"
- "LICENSE.txt"

View File

@ -8,7 +8,7 @@ on:
- cron: "@weekly"
jobs:
build:
ups:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
@ -16,6 +16,7 @@ jobs:
- name: Install ups
run: |
sudo apt update -y
sudo apt install -y python3 python-build python-requests make
git clone https://git.ngn.tf/ngn/ups && cd ups
make && make install