diff --git a/.gitea/workflows/ubuntu.yaml b/.gitea/workflows/ubuntu.yaml index 2c45977..1ca10d6 100644 --- a/.gitea/workflows/ubuntu.yaml +++ b/.gitea/workflows/ubuntu.yaml @@ -12,7 +12,7 @@ jobs: - name: Prepare system run: | apt update - apt install -y python-neovim git bash wget + apt install -y python3-neovim git bash wget wget -O /bin/nvim https://www.nickr.eu/data/nvim - name: Position repository