From 6a93afb8d4d247775dcc095f464ab928ef57f79d Mon Sep 17 00:00:00 2001 From: cat Date: Wed, 18 Feb 2026 16:06:42 +0300 Subject: [PATCH] somefetch from source --- .forgejo/workflows/test.yml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml index 816f1b1..1f4aa09 100644 --- a/.forgejo/workflows/test.yml +++ b/.forgejo/workflows/test.yml @@ -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 \ No newline at end of file + cd somefetch + ./target/release/somefetch \ No newline at end of file