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