Skip to content

Commit

Permalink
nix-shell --run
Browse files Browse the repository at this point in the history
  • Loading branch information
pkryger committed Oct 31, 2024
1 parent edb5d15 commit 81ca6ce
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,29 +30,29 @@ jobs:
# - 29.4
# - snapshot
steps:
- name: scan 0
run: sudo find / -type f -name 'libsqlite3.so.0*'
# - name: scan 0
# run: sudo find / -type f -name 'libsqlite3.so.0*'

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

- name: list 1
run: sudo find / -type f -name 'libsqlite3.so.0*'
# - name: scan 1
# run: sudo find / -type f -name 'libsqlite3.so.0*'

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

- name: scan 2
run: sudo find / -type f -name 'libsqlite3.so.0*'
# - name: scan 2
# run: sudo find / -type f -name 'libsqlite3.so.0*'

- uses: actions/checkout@v4
with:
path: '.emacs.d'

- name: First start # So most modules are pulled in from melpa and gnu
run: '.emacs.d/.ci/first-start.sh .emacs.d'
run: nix-shell --run '.emacs.d/.ci/first-start.sh .emacs.d'

# - name: Compilation # This pulls extra modules not enabled by default
# run: '.emacs.d/.ci/compilation.sh .emacs.d'
Expand Down

0 comments on commit 81ca6ce

Please sign in to comment.