add the local bin dir to the path for ups-check
All checks were successful
ups / ups (push) Successful in 42s

Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
ngn
2025-05-12 19:11:59 +03:00
parent d77a5dd4c9
commit c414ded50c

View File

@ -22,4 +22,4 @@ jobs:
make && make install
- name: Run ups
run: ups-check
run: PATH=~/.local/bin:$PATH ups-check