Skip to content

Commit

Permalink
scan
Browse files Browse the repository at this point in the history
  • Loading branch information
pkryger committed Oct 31, 2024
1 parent 71e362b commit 574699f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
matrix:
os:
- ubuntu-latest
# - macos-latest
- macos-latest
emacs_version:
- 28.1
# - 28.2
Expand All @@ -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:
Expand Down

0 comments on commit 574699f

Please sign in to comment.