diff options
| author | Christian Clason <c.clason@uni-graz.at> | 2023-05-20 17:38:33 +0200 |
|---|---|---|
| committer | Christian Clason <c.clason@uni-graz.at> | 2025-05-12 18:43:40 +0200 |
| commit | 5aa2984a028731bf60d53a7f9773997dfc84e4f7 (patch) | |
| tree | fad9ce8fac1e6571722e419f99f4aa4f82d9b834 /.github | |
| parent | feat!: drop luarocks release (diff) | |
| download | nvim-treesitter-5aa2984a028731bf60d53a7f9773997dfc84e4f7.tar nvim-treesitter-5aa2984a028731bf60d53a7f9773997dfc84e4f7.tar.gz nvim-treesitter-5aa2984a028731bf60d53a7f9773997dfc84e4f7.tar.bz2 nvim-treesitter-5aa2984a028731bf60d53a7f9773997dfc84e4f7.tar.lz nvim-treesitter-5aa2984a028731bf60d53a7f9773997dfc84e4f7.tar.xz nvim-treesitter-5aa2984a028731bf60d53a7f9773997dfc84e4f7.tar.zst nvim-treesitter-5aa2984a028731bf60d53a7f9773997dfc84e4f7.zip | |
refactor: use vim.fs.joinpath
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/update-lockfile.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/update-readme.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/update-lockfile.yml b/.github/workflows/update-lockfile.yml index df0f61347..992e1c0d2 100644 --- a/.github/workflows/update-lockfile.yml +++ b/.github/workflows/update-lockfile.yml @@ -22,7 +22,7 @@ jobs: - name: Prepare env: - NVIM_TAG: stable + NVIM_TAG: nightly run: | wget https://github.com/josephburnett/jd/releases/download/v1.7.1/jd-amd64-linux mv jd-amd64-linux /tmp/jd diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index de416a873..557a3f3c6 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -21,7 +21,7 @@ jobs: - name: Prepare env: - NVIM_TAG: stable + NVIM_TAG: nightly run: | bash ./scripts/ci-install.sh |
