Skip to content

Commit

Permalink
ci: Build sqlite3 with Nix
Browse files Browse the repository at this point in the history
  • Loading branch information
ikappaki authored and tarsius committed Dec 15, 2023
1 parent ff2476d commit 855eb3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ jobs:
run: ../_scripts/bin/install-deps
- name: 'Build Sqlite3'
working-directory: sqlite3
run: make all
run: nix-shell -p sqlite.dev --run "make all"
- name: 'Build Emacsql'
run: make all
run: nix-shell -p sqlite.dev --run "make all"
working-directory: ${{ env.pwd }}
- name: 'Test Emacsql'
run: make test
Expand Down

0 comments on commit 855eb3f

Please sign in to comment.