From 812ff614fc9eece505964516f8d19afae175b0df Mon Sep 17 00:00:00 2001 From: MDLeom <43627182+curbengh@users.noreply.github.com> Date: Tue, 11 Jun 2024 12:37:53 +0000 Subject: [PATCH] ci: use windows bash variable is not expanded properly in pwsh --- .github/workflows/tester.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tester.yml b/.github/workflows/tester.yml index be4f3ea..72243f9 100644 --- a/.github/workflows/tester.yml +++ b/.github/workflows/tester.yml @@ -36,6 +36,7 @@ jobs: echo "PLATFORM=darwin-arm64" >> "$GITHUB_ENV" ;; esac - name: Install zstd binary + shell: bash run: npm install "@mongodb-js/zstd-$PLATFORM" - name: Test run: npm run test