Skip to content

Commit

Permalink
Install extra programs for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pkryger committed Oct 30, 2024
1 parent 2d76dc8 commit 69f9857
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
- uses: actions/checkout@v3
with:
path: '.emacs.d'
- name: Install sqlite
run: nix profile install nixpkgs#emacsPackages.emacsql-sqlite
- name: First start # So most modules are pulled in from melpa and gnu
run: '.emacs.d/.ci/first-start.sh .emacs.d'
# - name: Compilation # This pulls extra modules not enabled by default
Expand Down

0 comments on commit 69f9857

Please sign in to comment.