Skip to content

Commit

Permalink
Remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
bigorn0 committed Sep 20, 2023
1 parent 839e9c3 commit d30991e
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/macos-intel-build-prebuilds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,6 @@ jobs:
name: modulesToBuildForElectron
# Openssl3 and krb5 are already installed on Github host Mac OS runners
- name: Install toolkit
run: npm install

- name: Show repository status
run: echo $PWD
- name: Show repository status
run: ls node_modules
- name: Show repository status
run: cat modulesToBuild.json | jq
run: npm install --no-optional
- name: Build native modules on Mac OS x64
run: npm run rebuild-custom-for-target

0 comments on commit d30991e

Please sign in to comment.