Skip to content

Commit

Permalink
use emacsql
Browse files Browse the repository at this point in the history
  • Loading branch information
pkryger committed Oct 31, 2024
1 parent 7a35593 commit adaf10e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- macos-latest
emacs_version:
# - 28.1
# - 28.2
- 28.2
# - 29.1
# - 29.2
# - 29.3
Expand All @@ -37,7 +37,7 @@ jobs:
with:
path: '.emacs.d'
- name: Install sqlite
run: nix profile install nixpkgs#emacsPackages.emacsql-sqlite
run: nix profile install nixpkgs#emacsPackages.emacsql
- 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 adaf10e

Please sign in to comment.