From fc0e94293c390c2a2bd301e1ff958757f2cf5b52 Mon Sep 17 00:00:00 2001 From: zach Date: Thu, 10 Oct 2024 15:24:19 -0700 Subject: [PATCH] ci: use bash for install script --- .github/workflows/ci_install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_install.yml b/.github/workflows/ci_install.yml index 98bdf7c..87476a3 100644 --- a/.github/workflows/ci_install.yml +++ b/.github/workflows/ci_install.yml @@ -19,7 +19,7 @@ jobs: - name: Test Install Script run: | - ./install.sh + bash ./install.sh which extism-py extism-py --version if: runner.os != 'Windows'