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: on:
push: push:
branches: branches:
- "custom" - "main"
paths-ignore: paths-ignore:
- "README.md" - "README.md"
- "LICENSE.txt" - "LICENSE.txt"

View File

@ -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