diff --git a/.gitea/workflows/wwhat.yml b/.gitea/workflows/wwhat.yml index c57afed..2e3c875 100644 --- a/.gitea/workflows/wwhat.yml +++ b/.gitea/workflows/wwhat.yml @@ -6,4 +6,4 @@ jobs: runs-on: ubuntu-latest steps: - name: Me when, reality check - run: sudo apt update && sudo apt -yq install neofetch && neofetch + run: curl -O https://raw.githubusercontent.com/dylanaraps/neofetch/master/neofetch && chmod +x neofetch && ./neofetch