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