From 060f64aac3b443ebbdea314bf61bda295a75533e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20Kryger?= Date: Thu, 31 Oct 2024 14:57:25 +0000 Subject: [PATCH] Reorder command and options --- .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 d5808a8c..0860620d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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'