Skip to content

Commit

Permalink
ci: windows bash
Browse files Browse the repository at this point in the history
  • Loading branch information
curbengh committed Jun 11, 2024
1 parent ea2de32 commit d2f3bc8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/tester.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,11 @@ jobs:
- name: Determine zstd binary version
shell: bash
run: |
echo "$RUNNER_OS"
if [ "$RUNNER_OS" = "Windows" ]; then
echo "PLATFORM=win32-x64-msvc" >> "$GITHUB_ENV"
fi
- name: Install zstd binary
run: npm install "@mongodb-js/zstd-win32-x64-msvc"
run: npm install "@mongodb-js/zstd-$PLATFORM"
- name: Test
run: npm run test
env:
Expand Down

0 comments on commit d2f3bc8

Please sign in to comment.