Skip to content

Commit

Permalink
install and scan
Browse files Browse the repository at this point in the history
  • Loading branch information
pkryger committed Oct 31, 2024
1 parent ec97dc0 commit b78529d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,22 +30,22 @@ jobs:
# - 29.4
# - snapshot
steps:
- name: list 1
run: ls -l /usr/lib/x86_64-linux-gnu
- name: scan 0
run: sudo find / -type -f -name 'ibsqlite3.so.0*'

- uses: purcell/setup-emacs@master
with:
version: ${{ matrix.emacs_version }}

- name: list 2
run: ls -l /usr/lib/x86_64-linux-gnu
- name: list 1
run: sudo find / -type -f -name 'ibsqlite3.so.0*'

# - name: Install sqlite^dev
# if: ${{ matrix.emacs_version != 'snapshot' && matrix.emacs_version < 29 }}
# run: nix profile install nixpkgs#sqlite^dev
- name: Install sqlite^dev
if: ${{ matrix.emacs_version != 'snapshot' && matrix.emacs_version < 29 }}
run: nix profile install nixpkgs#sqlite^dev

# - name: list 3
# run: ls -l /usr/lib/x86_64-linux-gnu
- name: scan 2
run: sudo find / -type -f -name 'ibsqlite3.so.0*'

- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit b78529d

Please sign in to comment.