Skip to content

Commit

Permalink
Fix CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
devongovett committed Nov 4, 2024
1 parent 8efcb0f commit 15fc604
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
Add-Content $env:GITHUB_PATH "$home\watchman\windows\bin"
watchman -v
- run: yarn --frozen-lockfile
- run: yarn build
- run: yarn test

test-freebsd:
Expand All @@ -67,6 +68,7 @@ jobs:
yarn --version
run: |
yarn --frozen-lockfile
yarn build
yarn test
test-wasm:
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ FLAGS := $(INCS_Debug) \
-s INITIAL_MEMORY=524288000

build/node-headers.tar.gz:
mkdir -p build
curl $(HEADERS_URL) -o build/node-headers.tar.gz

build/node-$(NODE_VERSION): build/node-headers.tar.gz
Expand Down

0 comments on commit 15fc604

Please sign in to comment.