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