Skip to content

Commit

Permalink
run in windows bash
Browse files Browse the repository at this point in the history
  • Loading branch information
curbengh committed Jun 11, 2024
1 parent ee80f82 commit 0d93cc7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tester.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,10 @@ jobs:
run: |
echo "PLATFORM=win32-x64-msvc" >> "$GITHUB_ENV"
- name: Install zstd binary
shell: bash
run: |
echo $PLATFORM
npm install @mongodb-js/zstd-$PLATFORM
npm install "@mongodb-js/zstd-$PLATFORM"
- name: Test
run: npm run test
env:
Expand Down

0 comments on commit 0d93cc7

Please sign in to comment.