somefetch from source
All checks were successful
somefetch from source / run-neofetch (push) Successful in 31s

This commit is contained in:
catmpeg 2026-02-18 16:06:42 +03:00
commit 6a93afb8d4

View file

@ -1,4 +1,4 @@
name: rustyfuck from source
name: somefetch from source
on:
push:
@ -16,16 +16,14 @@ jobs:
- name: prepare source
run: |
pacman -Sy git rust --noconfirm
git clone https://github.com/OctoBanon-Main/rustyfuck
git clone https://github.com/OctoBanon-Main/somefetch
- name: compiling
run: |
cd rustyfuck
cd somefetch
cargo build --release
- name: run rustyfuck
run: |
cd rustyfuck
./target/release/rustyfuck -V
echo mandelbrot eee
./target/release/rustyfuck examples/mandelbrot.bf
cd somefetch
./target/release/somefetch