We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acb7587 commit 590fdb0Copy full SHA for 590fdb0
.github/workflows/test.yml
@@ -12,15 +12,15 @@ jobs:
12
- name: Checkout
13
uses: actions/checkout@v4
14
15
+ - name: Install Lix
16
+ uses: DeterminateSystems/nix-installer-action@main
17
+ with:
18
+ source-url: https://install.lix.systems/lix/lix-installer-x86_64-linux
19
+ logger: pretty
20
+ diagnostic-endpoint: ""
21
+
22
- name: Install Neovim
- shell: bash
- run: |
- mkdir -p /tmp/nvim
- wget -q https://github.com/neovim/neovim/releases/download/nightly/nvim.appimage -O /tmp/nvim/nvim.appimage
- cd /tmp/nvim
- chmod a+x ./nvim.appimage
- ./nvim.appimage --appimage-extract
23
- echo "/tmp/nvim/squashfs-root/usr/bin/" >> $GITHUB_PATH
+ run: nix profile install nixpkgs#neovim
24
25
- name: Run Tests
26
run: |
0 commit comments