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:
|
||||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue