diff options
| author | Stephan Seitz <stephan.seitz@fau.de> | 2021-03-30 19:33:56 +0200 |
|---|---|---|
| committer | Stephan Seitz <stephan.lauf@yahoo.de> | 2021-03-30 22:27:50 +0200 |
| commit | 6f85037437385197ab0490280ecafec66a1733f4 (patch) | |
| tree | 92adb262b88740731855785f4cb999c375c8822c /.github/workflows | |
| parent | 7b1d557c80b63a0c063f73ccd6f430cff528a282 (diff) | |
Pin verilog parser because it downgraded to 0.18.0
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/update-parsers-pr.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/update-parsers-pr.yml b/.github/workflows/update-parsers-pr.yml index 09c2dfd8..836e0b28 100644 --- a/.github/workflows/update-parsers-pr.yml +++ b/.github/workflows/update-parsers-pr.yml @@ -27,6 +27,8 @@ jobs: ln -s $(pwd) ~/.local/share/nvim/site/pack/nvim-treesitter/start - name: Update parsers + env: + SKIP_LOCKFILE_UPDATE_FOR_LANGS: verilog run: | ./nvim.appimage --headless -c "luafile ./scripts/write-lockfile.lua" -c "q" # Pretty print |
