Skip to content

Commit

Permalink
Build Node.js Headers for caching
Browse files Browse the repository at this point in the history
  • Loading branch information
codebytere committed Feb 6, 2024
1 parent 95c3352 commit de9ff3d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/mac-build.yml
Expand Up @@ -365,6 +365,10 @@ jobs:
cd src
e build electron:electron_chromedriver -j $NUMBER_OF_NINJA_PROCESSES
e build electron:electron_chromedriver_zip
- name: Build Node Headers
run: |
cd src
e build electron:node_headers
- name: Generate & Zip Symbols
run: |
if [ "$GENERATE_SYMBOLS" == "true" ]; then
Expand Down Expand Up @@ -542,4 +546,4 @@ jobs:
ELECTRON_SKIP_NATIVE_MODULE_TESTS: true
run: |
cd src/electron
node script/yarn test --runners=main --trace-uncaught --enable-logging --files
node script/yarn test --runners=main --trace-uncaught --enable-logging

0 comments on commit de9ff3d

Please sign in to comment.