ci: use windows bash

variable is not expanded properly in pwsh
This commit is contained in:
MDLeom 2024-06-11 12:37:53 +00:00
parent 702eb2fa0c
commit 812ff614fc
No known key found for this signature in database
GPG Key ID: 06C236E63CBC68AA
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ jobs:
echo "PLATFORM=darwin-arm64" >> "$GITHUB_ENV" ;; echo "PLATFORM=darwin-arm64" >> "$GITHUB_ENV" ;;
esac esac
- name: Install zstd binary - name: Install zstd binary
shell: bash
run: npm install "@mongodb-js/zstd-$PLATFORM" run: npm install "@mongodb-js/zstd-$PLATFORM"
- name: Test - name: Test
run: npm run test run: npm run test