From 574699fe8a37d4cfc5dc1412e66504b8ef20a618 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20Kryger?= Date: Thu, 31 Oct 2024 15:07:12 +0000 Subject: [PATCH] scan --- .github/workflows/tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 247285fd..f92459b3 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -20,7 +20,7 @@ jobs: matrix: os: - ubuntu-latest - # - macos-latest + - macos-latest emacs_version: - 28.1 # - 28.2 @@ -30,9 +30,9 @@ jobs: # - 29.4 # - snapshot steps: - - name: Install libsqlite3-0 + - name: scan if: ${{ matrix.emacs_version != 'snapshot' && matrix.emacs_version < 29 }} - run: sudo apt-get --assume-yes update && sudo apt-get --assume-yes install libsqlite3-0 + run: sudo find / -type f -name 'libsqlite*' - uses: purcell/setup-emacs@master with: