Skip to content

Commit

Permalink
ci: use windows bash
Browse files Browse the repository at this point in the history
variable is not expanded properly in pwsh
  • Loading branch information
curbengh committed Jun 11, 2024
1 parent 702eb2f commit 812ff61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tester.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 812ff61

Please sign in to comment.