Skip to content

Commit

Permalink
no rg
Browse files Browse the repository at this point in the history
  • Loading branch information
pablopunk committed Jan 23, 2024
1 parent db6051b commit 130eed9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
- os: ubuntu-latest
rev: nightly/nvim-linux64.tar.gz
manager: sudo apt-get
packages: -y ripgrep
# packages: -y ripgrep
- os: ubuntu-latest
rev: v0.9.0/nvim-linux64.tar.gz
manager: sudo apt-get
packages: -y ripgrep
# packages: -y ripgrep
steps:
- uses: actions/checkout@v3
- run: date +%F > todays-date
Expand All @@ -30,7 +30,7 @@ jobs:
- name: Prepare
run: |
${{ matrix.manager }} update
${{ matrix.manager }} install ${{ matrix.packages }}
# ${{ matrix.manager }} install ${{ matrix.packages }}
test -d _neovim || {
mkdir -p _neovim
curl -sL "https://github.com/neovim/neovim/releases/download/${{ matrix.rev }}" | tar xzf - --strip-components=1 -C "${PWD}/_neovim"
Expand Down

0 comments on commit 130eed9

Please sign in to comment.