rustyfuck from source
Some checks failed
rustyfuck from source / run-neofetch (push) Failing after 4s

This commit is contained in:
catmpeg 2026-02-18 15:56:07 +03:00
commit d61ae74e1b

View file

@ -1,4 +1,4 @@
name: mk from source
name: rustyfuck from source
on:
push:
@ -15,19 +15,16 @@ jobs:
- name: prepare source
run: |
pacman -Sy git go --noconfirm
git clone https://github.com/kostya-zero/mk
pacman -Sy git grust --noconfirm
git clone https://github.com/OctoBanon-Main/rustyfuck
- name: compiling
run: |
cd mk
go build -o mk
cd rustyfuck
cargo build --release
- name: run mk
- name: run rustyfuck
run: |
cd mk
cat > Mkfile <<EOF
default:
echo "Hello from Mk!"
EOF
./mk
./target/release/rustyfuck -V
echo mandelbrot eee
./target/release/rustyfuck examples/mandelbrot.bf