aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xjobs/vikalpa.run2
1 files changed, 1 insertions, 1 deletions
diff --git a/jobs/vikalpa.run b/jobs/vikalpa.run
index f39cd74..d017106 100755
--- a/jobs/vikalpa.run
+++ b/jobs/vikalpa.run
@@ -5,4 +5,4 @@ git clone https://git.tojo.tokyo/vikalpa.git .
git checkout "${branch:-master}"
git log -n 1
-guix environment -l guix.scm --container --pure -- make check
+guix environment -l guix.scm --container --pure -- sh -c './bootstrap && ./configure && make check'