From 5aec54bc4843fb2a9ba2b3fc2d90350ca65a7acd Mon Sep 17 00:00:00 2001 From: Alexander Artemenko Date: Tue, 20 Feb 2024 17:23:55 +0000 Subject: [PATCH] Fixed shell. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index de38af0..d646e9d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -73,7 +73,7 @@ { "name": "Show path to lispsh", "run": "which lispsh", - "shell": "lispsh" + "shell": "lispsh {0}" }, { "name": "Run Tests 7",