Skip to content

Commit

Permalink
set node env var to fix installation
Browse files Browse the repository at this point in the history
  • Loading branch information
cs01 committed Oct 18, 2023
1 parent 20a5fa6 commit b211953
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_executable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
# buildname: windows
- os: macos-latest
buildname: mac
env:
NODE_OPTIONS: "--openssl-legacy-provider"
steps:
- uses: actions/checkout@v1
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit b211953

Please sign in to comment.