Skip to content

Commit

Permalink
fix inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
aditi-khare-mongoDB committed Jun 7, 2024
1 parent ff96c3b commit 651755e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v4

- name: Build ${{ matrix.os }} Prebuild
run: node .github/scripts/libmongocrypt.mjs ${{ runner.os == 'Windows' && '--build' || '' }}
run: node .evergreen/scripts/github/run-prebuild.sh ${{ runner.os == 'Windows' && '--build' || '' }}
shell: bash

- id: upload
Expand Down

0 comments on commit 651755e

Please sign in to comment.