Skip to content

Commit ff72975

Browse files
add build tooling
1 parent 0af1aab commit ff72975

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,9 @@ jobs:
8282
- if: matrix.build-mode == 'manual'
8383
shell: bash
8484
run: |
85-
echo 'todo: build libmongocrypt and bindings'
86-
exit 1
85+
npm install
86+
node build.mjs
87+
npm run prebuild
8788
8889
- name: Perform CodeQL Analysis
8990
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)