entropykey from source
Some checks failed
entropykey from source / run-neofetch (push) Failing after 41s

This commit is contained in:
catmpeg 2026-02-18 15:34:57 +03:00
commit ca38ac9cd2

View file

@ -1,4 +1,4 @@
name: fastfetch from source
name: entropykey from source
on:
push:
@ -15,18 +15,15 @@ jobs:
- name: prepare source
run: |
pacman -Sy cmake git base-devel make pkgconf --noconfirm
git clone https://github.com/fastfetch-cli/fastfetch
pacman -Sy git go --noconfirm
git clone https://github.com/honakac/EntropyKey
- name: compiling
run: |
cd fastfetch
mkdir -p build
cd build
cmake ..
cmake --build . --target fastfetch
cd EntropyKey
go build
- name: run fastfetch
- name: run entropykey
run: |
cd fastfetch/build
./fastfetch
cd EntropyKey
./entropykey