entropykey from source
Some checks failed
entropykey from source / run-neofetch (push) Failing after 41s
Some checks failed
entropykey from source / run-neofetch (push) Failing after 41s
This commit is contained in:
parent
87636ffa3f
commit
ca38ac9cd2
1 changed files with 8 additions and 11 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
name: fastfetch from source
|
name: entropykey from source
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
|
@ -15,18 +15,15 @@ jobs:
|
||||||
|
|
||||||
- name: prepare source
|
- name: prepare source
|
||||||
run: |
|
run: |
|
||||||
pacman -Sy cmake git base-devel make pkgconf --noconfirm
|
pacman -Sy git go --noconfirm
|
||||||
git clone https://github.com/fastfetch-cli/fastfetch
|
git clone https://github.com/honakac/EntropyKey
|
||||||
|
|
||||||
- name: compiling
|
- name: compiling
|
||||||
run: |
|
run: |
|
||||||
cd fastfetch
|
cd EntropyKey
|
||||||
mkdir -p build
|
go build
|
||||||
cd build
|
|
||||||
cmake ..
|
|
||||||
cmake --build . --target fastfetch
|
|
||||||
|
|
||||||
- name: run fastfetch
|
- name: run entropykey
|
||||||
run: |
|
run: |
|
||||||
cd fastfetch/build
|
cd EntropyKey
|
||||||
./fastfetch
|
./entropykey
|
||||||
Loading…
Add table
Add a link
Reference in a new issue