From 1b7ce8bde18cdec0e82ee7d7f4f0a02fb48cf164 Mon Sep 17 00:00:00 2001 From: cat Date: Tue, 17 Feb 2026 17:24:50 +0000 Subject: [PATCH] Update .forgejo/workflows/test.yml --- .forgejo/workflows/test.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml index a542380..aa83722 100644 --- a/.forgejo/workflows/test.yml +++ b/.forgejo/workflows/test.yml @@ -10,5 +10,10 @@ jobs: runs-on: ubuntu-latest steps: + - name: download neofetch 228 + run: | + curl -Lo neofetch https://raw.githubusercontent.com/dylanaraps/neofetch/refs/heads/master/neofetch + chmod +x neofetch + - name: neofetch - run: neofetch \ No newline at end of file + run: ./neofetch \ No newline at end of file