From 7ef48e83286e644f8861698ee98a8f26a416cba0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20Kryger?= Date: Thu, 31 Oct 2024 11:33:45 +0000 Subject: [PATCH] try keep-outputs --- .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 9ed16492..90850161 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -37,7 +37,7 @@ jobs: with: path: '.emacs.d' - name: Install sqlite^dev - run: nix profile install nixpkgs#sqlite^dev + run: nix profile install --keep-outputs 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'