diff options
| author | ObserverOfTime <chronobserver@disroot.org> | 2023-08-20 10:07:41 +0300 |
|---|---|---|
| committer | ObserverOfTime <chronobserver@disroot.org> | 2023-08-20 10:11:11 +0300 |
| commit | 34b2f7803bf4cad82b88955eda7fd4b75829abc9 (patch) | |
| tree | 02c7bcf354326ed589c094f419dd7078a539280c /.github/workflows | |
| parent | chore: ignore ci artifacts (diff) | |
| download | nvim-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.yml | 2 |
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: |
