aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorObserverOfTime <chronobserver@disroot.org>2023-08-20 10:07:41 +0300
committerObserverOfTime <chronobserver@disroot.org>2023-08-20 10:11:11 +0300
commit34b2f7803bf4cad82b88955eda7fd4b75829abc9 (patch)
tree02c7bcf354326ed589c094f419dd7078a539280c /.github/workflows
parentchore: ignore ci artifacts (diff)
downloadnvim-treesitter-34b2f7803bf4cad82b88955eda7fd4b75829abc9.tar
nvim-treesitter-34b2f7803bf4cad82b88955eda7fd4b75829abc9.tar.gz
nvim-treesitter-34b2f7803bf4cad82b88955eda7fd4b75829abc9.tar.bz2
nvim-treesitter-34b2f7803bf4cad82b88955eda7fd4b75829abc9.tar.lz
nvim-treesitter-34b2f7803bf4cad82b88955eda7fd4b75829abc9.tar.xz
nvim-treesitter-34b2f7803bf4cad82b88955eda7fd4b75829abc9.tar.zst
nvim-treesitter-34b2f7803bf4cad82b88955eda7fd4b75829abc9.zip
ci: fix update lockfile workflow
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/update-lockfile.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/update-lockfile.yml b/.github/workflows/update-lockfile.yml
index e43a3ea59..a29189b48 100644
--- a/.github/workflows/update-lockfile.yml
+++ b/.github/workflows/update-lockfile.yml
@@ -21,7 +21,7 @@ jobs:
wget https://github.com/josephburnett/jd/releases/download/v1.7.1/jd-amd64-linux
mv jd-amd64-linux /tmp/jd
chmod +x /tmp/jd
- bash scripts/ci-install-${{ matrix.os }}.sh
+ bash scripts/ci-install-ubuntu-latest.sh
- name: Update parsers
env: