[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/emacsql 855eb3f5c6 2/2: ci: Build sqlite3 with Nix
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/emacsql 855eb3f5c6 2/2: ci: Build sqlite3 with Nix |
Date: |
Fri, 15 Dec 2023 12:59:47 -0500 (EST) |
branch: elpa/emacsql
commit 855eb3f5c600c4927c8de0047220c706e4bf13f1
Author: ikappaki <ikappaki@users.noreply.github.com>
Commit: Jonas Bernoulli <jonas@bernoul.li>
ci: Build sqlite3 with Nix
---
.github/workflows/test.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index f0da632529..bcb88f2a16 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -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