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