ci: ${} not supported in pwsh

This commit is contained in:
MDLeom 2024-06-11 12:22:08 +00:00
parent a2c810cfb5
commit 702eb2fa0c
No known key found for this signature in database
GPG Key ID: 06C236E63CBC68AA
1 changed files with 1 additions and 1 deletions

View File

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