From 5a869b5c778c4605556fc7e731540caff2daa7d7 Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Sun, 7 Jul 2024 22:11:46 +0800 Subject: [PATCH] Use bash in windows --- .github/workflows/test-pack-lib.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-pack-lib.yml b/.github/workflows/test-pack-lib.yml index 2a42237d..65397ec2 100644 --- a/.github/workflows/test-pack-lib.yml +++ b/.github/workflows/test-pack-lib.yml @@ -41,6 +41,7 @@ jobs: fail-fast: false steps: - name: "Process env string" + shell: bash run: | case "${{ matrix.runner }}" in ubuntu-latest)