Skip to content

Commit

Permalink
Reorder command and options
Browse files Browse the repository at this point in the history
  • Loading branch information
pkryger committed Oct 31, 2024
1 parent 64b145a commit 060f64a
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 @@ -40,7 +40,7 @@ jobs:

- name: Install libsqlite3-0
if: ${{ matrix.emacs_version != 'snapshot' && matrix.emacs_version < 29 }}
run: apt-get install --assume-yes libsqlite3-0
run: apt-get --assume-yes install libsqlite3-0

- 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 060f64a

Please sign in to comment.