Skip to content

Commit

Permalink
try keep-outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
pkryger committed Oct 31, 2024
1 parent 1371805 commit 7ef48e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 7ef48e8

Please sign in to comment.