mk from source
Some checks failed
mk from source / run-neofetch (push) Failing after 22s

This commit is contained in:
catmpeg 2026-02-18 15:46:51 +03:00
commit e4e92fe502

View file

@ -1,4 +1,4 @@
name: entropykey from source
name: mk from source
on:
push:
@ -16,14 +16,18 @@ jobs:
- name: prepare source
run: |
pacman -Sy git go --noconfirm
git clone https://github.com/honakac/EntropyKey
git clone https://github.com/kostya-zero/mk
- name: compiling
run: |
cd EntropyKey
go build -o entropykey
cd mk
go build -o mk
- name: run entropykey
- name: run mk
run: |
cd EntropyKey
cd mk
cat > file.txt <<EOF
default:
echo "Hello from Mk!"
EOF
./entropykey