From 2f6381404ffb9802957d37c17e3519b258b8e5e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20Kryger?= Date: Thu, 31 Oct 2024 11:48:15 +0000 Subject: [PATCH] Add 29 --- .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 6648f4f2..062660e3 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -27,7 +27,7 @@ jobs: # - 29.1 # - 29.2 # - 29.3 - # - 29.4 + - 29.4 # - snapshot steps: - uses: purcell/setup-emacs@master @@ -37,7 +37,7 @@ jobs: with: path: '.emacs.d' # - name: Install sqlite^dev - # run: nix profile install --keep-outputs nixpkgs#sqlite^dev + # run: nix profile install nixpkgs#sqlite^dev # if: ${{ matrix.emacs_version < 29 }} - name: First start # So most modules are pulled in from melpa and gnu run: '.emacs.d/.ci/first-start.sh .emacs.d'