Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
siduck committed Jul 6, 2024
1 parent 3489887 commit e74bb65
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-types-gen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,15 @@ jobs:
- uses: jirutka/setup-alpine@v1
with:
branch: v3.15
packages: >
neovim
- run: cat /etc/alpine-release
shell: alpine.sh {0}

- name: Prepare
env:
NVIM_TAG: stable
run: |
apk add neovim
mkdir -p ~/.local/share/nvim/site/pack/base46/start
ln -s "$PWD" ~/.local/share/nvim/site/pack/base46/start
mkdir -p ~/.local/share/nvim/site/pack/ui/start
Expand Down

0 comments on commit e74bb65

Please sign in to comment.