From adaf10ed8eaecc5eadd6134017be758cd1e4b97e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20Kryger?= Date: Thu, 31 Oct 2024 09:55:39 +0000 Subject: [PATCH] use emacsql --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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