Skip to content

Commit

Permalink
Checking if we can install treesit grammars via nix
Browse files Browse the repository at this point in the history
  • Loading branch information
meain committed Jul 18, 2023
1 parent 64f57c8 commit da5067f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
workflow_dispatch:
pull_request:
push:
branches:
- master

jobs:
check:
Expand All @@ -22,6 +20,12 @@ jobs:
- uses: purcell/setup-emacs@master
with:
version: ${{ matrix.emacs_version }}
- run: |
nix-channel --add https://nixos.org/channels/nixpkgs-unstable
nix-channel --update
nix-env -iA nixpkgs.tree-sitter-grammars.tree-sitter-c
nix-env -iA nixpkgs.tree-sitter-grammars.tree-sitter-cpp
nix-env -iA nixpkgs.tree-sitter-grammars.tree-sitter-python
- uses: cask/setup-cask@master
with:
version: snapshot
Expand Down

0 comments on commit da5067f

Please sign in to comment.