From c9a58789ee25d2488e4a67189c552f656e8ecf94 Mon Sep 17 00:00:00 2001 From: "K. S. Ernest (iFire) Lee" Date: Sun, 6 Jun 2021 20:34:47 -0700 Subject: [PATCH] Bash instead of cmd. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5dc35ff..db1f21d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -52,7 +52,7 @@ jobs: - name: Decompress sdk run: | zstd -d -r --rm ./sdk || true - shell: cmd + shell: bash - name: Add conan remote run: |