Skip to content

Commit

Permalink
no nix install
Browse files Browse the repository at this point in the history
  • Loading branch information
pkryger committed Oct 31, 2024
1 parent 3b71f6f commit 9f5518e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ jobs:
- name: list 2
run: ls -l /usr/lib/x86_64-linux-gnu

- 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: list 3
# run: ls -l /usr/lib/x86_64-linux-gnu

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

0 comments on commit 9f5518e

Please sign in to comment.