Skip to content

Commit

Permalink
try sqlite^dev
Browse files Browse the repository at this point in the history
pkryger committed Oct 31, 2024
1 parent da93fb5 commit 1371805
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -36,8 +36,8 @@ jobs:
- uses: actions/checkout@v3
with:
path: '.emacs.d'
- name: Install sqlite
run: nix profile install nixpkgs#sqlite
- name: Install 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'

0 comments on commit 1371805

Please sign in to comment.