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 3c95d1f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .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

0 comments on commit 3c95d1f

Please sign in to comment.