fastfetch from source
Some checks failed
test.yml / fastfetch from source (push) Failing after 0s

This commit is contained in:
catmpeg 2026-02-18 15:08:47 +03:00
commit 267eb49b89

View file

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