fastfetch from source забыл
All checks were successful
fastfetch from source / run-neofetch (push) Successful in 1m16s
All checks were successful
fastfetch from source / run-neofetch (push) Successful in 1m16s
This commit is contained in:
parent
5be3a5f741
commit
87636ffa3f
1 changed files with 3 additions and 1 deletions
|
|
@ -27,4 +27,6 @@ jobs:
|
||||||
cmake --build . --target fastfetch
|
cmake --build . --target fastfetch
|
||||||
|
|
||||||
- name: run fastfetch
|
- name: run fastfetch
|
||||||
run: ./fastfetch
|
run: |
|
||||||
|
cd fastfetch/build
|
||||||
|
./fastfetch
|
||||||
Loading…
Add table
Add a link
Reference in a new issue