diff options
| author | Christian Clason <c.clason@uni-graz.at> | 2025-02-09 12:15:07 +0100 |
|---|---|---|
| committer | Christian Clason <c.clason@uni-graz.at> | 2025-02-09 12:15:07 +0100 |
| commit | da89532f036da9855f3105955696df36f583b919 (patch) | |
| tree | d83be67c45d9bf7c4bdcb2c07948724dcf97eb81 /.github/workflows | |
| parent | bot(lockfile): update c, mlir, printf (diff) | |
| download | nvim-treesitter-da89532f036da9855f3105955696df36f583b919.tar nvim-treesitter-da89532f036da9855f3105955696df36f583b919.tar.gz nvim-treesitter-da89532f036da9855f3105955696df36f583b919.tar.bz2 nvim-treesitter-da89532f036da9855f3105955696df36f583b919.tar.lz nvim-treesitter-da89532f036da9855f3105955696df36f583b919.tar.xz nvim-treesitter-da89532f036da9855f3105955696df36f583b919.tar.zst nvim-treesitter-da89532f036da9855f3105955696df36f583b919.zip | |
ci(update): block t32 (ABI 15)
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 018d3997b..c433c8373 100644 --- a/.github/workflows/update-lockfile.yml +++ b/.github/workflows/update-lockfile.yml @@ -31,7 +31,7 @@ jobs: - name: Update parsers env: - SKIP_LOCKFILE_UPDATE_FOR_LANGS: "slint,sql" + SKIP_LOCKFILE_UPDATE_FOR_LANGS: "slint,sql,t32" run: | cp lockfile.json /tmp/old_lockfile.json nvim -l scripts/write-lockfile.lua |
