workflowtest/.forgejo/workflows/test.yml
cat 6d0938101f
Some checks failed
rustyfuck from source / run-neofetch (push) Failing after 51s
rustyfuck from source xd
2026-02-18 15:56:31 +03:00

30 lines
No EOL
607 B
YAML

name: rustyfuck from source
on:
push:
branches:
- main
jobs:
run-neofetch:
runs-on: archlinux-latest
container:
image: archlinux:latest
steps:
- name: prepare source
run: |
pacman -Sy git rust --noconfirm
git clone https://github.com/OctoBanon-Main/rustyfuck
- name: compiling
run: |
cd rustyfuck
cargo build --release
- name: run rustyfuck
run: |
./target/release/rustyfuck -V
echo mandelbrot eee
./target/release/rustyfuck examples/mandelbrot.bf