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:
|
on:
|
||||||
push:
|
push:
|
||||||
|
|
@ -13,10 +13,16 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: download neofetch
|
- name: prepare source
|
||||||
run: |
|
run: |
|
||||||
curl -Lo neofetch https://raw.githubusercontent.com/dylanaraps/neofetch/refs/heads/master/neofetch
|
pacman -S cmake git base-devel make pkgconf -y
|
||||||
chmod +x neofetch
|
git clone https://github.com/fastfetch-cli/fastfetch
|
||||||
|
|
||||||
- name: neofetch
|
- name: compiling
|
||||||
run: ./neofetch
|
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