From 0e0dcd52f2cc35aba1efd9e92cb976e9eed74016 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20Kryger?= Date: Thu, 31 Oct 2024 10:37:22 +0000 Subject: [PATCH] Try emacsql --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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