lexical: fixup
This commit is contained in:
parent
d2d3358f2a
commit
0fd2a1b3c9
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -26,7 +26,7 @@ jobs:
|
||||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||||
- run: nix build '.#anonymous-overflow'
|
- run: nix build '.#anonymous-overflow'
|
||||||
- run: nix build '.#fennel-ls'
|
- run: nix build '.#fennel-ls'
|
||||||
- run: nix build '.#lexical-ls'
|
- run: nix build '.#lexical'
|
||||||
- run: nix build '.#nitter-unstable'
|
- run: nix build '.#nitter-unstable'
|
||||||
- run: nix build '.#neovim-nightly'
|
- run: nix build '.#neovim-nightly'
|
||||||
- run: nix build '.#q'
|
- run: nix build '.#q'
|
||||||
|
@ -46,7 +46,7 @@ jobs:
|
||||||
name: nifoc
|
name: nifoc
|
||||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||||
- run: nix build '.#fennel-ls'
|
- run: nix build '.#fennel-ls'
|
||||||
- run: nix build '.#lexical-ls'
|
- run: nix build '.#lexical'
|
||||||
- run: nix build '.#neovim-nightly'
|
- run: nix build '.#neovim-nightly'
|
||||||
- run: nix build '.#q'
|
- run: nix build '.#q'
|
||||||
- run: nix build '.#weewx-proxy'
|
- run: nix build '.#weewx-proxy'
|
||||||
|
|
Loading…
Reference in a new issue