From 8d0a96ad920f76aa54698773020447a0cfec64f9 Mon Sep 17 00:00:00 2001 From: Oleksandr Smirnov Date: Thu, 27 Feb 2025 23:17:41 +0200 Subject: [PATCH] will it fix the problem, or not, that is the question --- .github/workflows/tests.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index aa6286b..7be3adc 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -39,17 +39,11 @@ jobs: neovim: true version: ${{ matrix.versions }} - - name: Fix envs - id: fix-envs - run: - echo "GOPATH=/home/runner/go" >> $GITHUB_ENV - echo "GOBIN=$GOPATH/bin" >> $GITHUB_ENV - echo "$GOBIN" >> $GITHUB_PATH - - name: Install Go bins run: | nvim --version task ci:install-deps + echo "$HOME/go/bin" >> $GITHUB_PATH - name: Run Tests run: |