This commit is contained in:
parent
c9a074160c
commit
267eb49b89
1 changed files with 12 additions and 6 deletions
|
|
@ -1,4 +1,4 @@
|
|||
name: pizdec neofetch
|
||||
name: fastfetch from source
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
@ -13,10 +13,16 @@ jobs:
|
|||
|
||||
steps:
|
||||
|
||||
- name: download neofetch
|
||||
- name: prepare source
|
||||
run: |
|
||||
curl -Lo neofetch https://raw.githubusercontent.com/dylanaraps/neofetch/refs/heads/master/neofetch
|
||||
chmod +x neofetch
|
||||
pacman -S cmake git base-devel make pkgconf -y
|
||||
git clone https://github.com/fastfetch-cli/fastfetch
|
||||
|
||||
- name: neofetch
|
||||
run: ./neofetch
|
||||
- name: compiling
|
||||
run: |
|
||||
mkdir -p build
|
||||
cd build
|
||||
cmake ..
|
||||
cmake --build . --target fastfetch
|
||||
- name: run fastfetch
|
||||
run: ./fastfetch
|
||||
Loading…
Add table
Add a link
Reference in a new issue