From 035013ada48880919b126a3db8b1b6cb07be3766 Mon Sep 17 00:00:00 2001 From: ray-x Date: Mon, 11 Oct 2021 12:49:52 +1100 Subject: [PATCH] install classic --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 56239d1..ab95518 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: - name: Prepare run: | - ${{ matrix.manager }} install ${{ matrix.packages }} + ${{ matrix.manager }} install --classic ${{ matrix.packages }} # sudo apt install go test -d _neovim || { mkdir -p _neovim