Skip to content

Commit

Permalink
ci: ${} not supported in pwsh
Browse files Browse the repository at this point in the history
  • Loading branch information
curbengh committed Jun 11, 2024
1 parent a2c810c commit 702eb2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tester.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 702eb2f

Please sign in to comment.