diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6bf9cb60..42da82f2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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