diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c06de11a..42da82f2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -23,7 +23,7 @@ jobs: - macos-latest emacs_version: # - 28.1 - # - 28.2 + - 28.2 # - 29.1 # - 29.2 # - 29.3 @@ -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