diff --git a/.github/workflows/tester.yml b/.github/workflows/tester.yml index d334043..be4f3ea 100644 --- a/.github/workflows/tester.yml +++ b/.github/workflows/tester.yml @@ -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: