From 4b0db106b8abb475c1d74185344ed4af7fef6429 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nina=20Chlo=C3=A9=20Kassandra=20Ren=C3=A9e=20Rappold?= Date: Mon, 3 Feb 2025 09:04:51 +0000 Subject: [PATCH] Debian/Ubuntu pipeline --- .gitea/workflows/ubuntu.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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