will it fix the problem, or not, that is the question

This commit is contained in:
Oleksandr Smirnov 2025-02-27 23:17:41 +02:00
parent c96dafbaf6
commit 8d0a96ad92
No known key found for this signature in database

View file

@ -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: |