workflowtest/.forgejo/workflows/test.yml
cat 5be3a5f741
Some checks failed
fastfetch from source / run-neofetch (push) Failing after 1m18s
fastfetch from source я тупой
2026-02-18 15:14:42 +03:00

30 lines
No EOL
587 B
YAML

name: fastfetch from source
on:
push:
branches:
- main
jobs:
run-neofetch:
runs-on: archlinux-latest
container:
image: archlinux:latest
steps:
- name: prepare source
run: |
pacman -Sy cmake git base-devel make pkgconf --noconfirm
git clone https://github.com/fastfetch-cli/fastfetch
- name: compiling
run: |
cd fastfetch
mkdir -p build
cd build
cmake ..
cmake --build . --target fastfetch
- name: run fastfetch
run: ./fastfetch