diff options
| author | Christian Clason <c.clason@uni-graz.at> | 2024-12-23 16:10:41 +0100 |
|---|---|---|
| committer | Christian Clason <c.clason@uni-graz.at> | 2024-12-23 16:10:41 +0100 |
| commit | b4897f5a8453e7efeafb21ff5b2bbdc2e3faf1bd (patch) | |
| tree | ead920153763da822117d2050f0cac2de48aaafe /.github | |
| parent | bot(lockfile): update kconfig, luau, odin, python, regex, v (diff) | |
| download | nvim-treesitter-b4897f5a8453e7efeafb21ff5b2bbdc2e3faf1bd.tar nvim-treesitter-b4897f5a8453e7efeafb21ff5b2bbdc2e3faf1bd.tar.gz nvim-treesitter-b4897f5a8453e7efeafb21ff5b2bbdc2e3faf1bd.tar.bz2 nvim-treesitter-b4897f5a8453e7efeafb21ff5b2bbdc2e3faf1bd.tar.lz nvim-treesitter-b4897f5a8453e7efeafb21ff5b2bbdc2e3faf1bd.tar.xz nvim-treesitter-b4897f5a8453e7efeafb21ff5b2bbdc2e3faf1bd.tar.zst nvim-treesitter-b4897f5a8453e7efeafb21ff5b2bbdc2e3faf1bd.zip | |
ci(update): unblock gnuplot
Diffstat (limited to '.github')
| -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 353cc7475..38aab1cfc 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: "gnuplot" + SKIP_LOCKFILE_UPDATE_FOR_LANGS: "" run: | cp lockfile.json /tmp/old_lockfile.json nvim -l scripts/write-lockfile.lua |
