Skip to content

Commit

Permalink
set --openssl-legacy-provider
Browse files Browse the repository at this point in the history
  • Loading branch information
medyo committed Feb 20, 2023
1 parent f4c85b2 commit 44bea11
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/distribute.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ jobs:
run: yarn

- name: Build and zip the extension
env:
NODE_OPTIONS: --openssl-legacy-provider
run: yarn build-chrome

- name: Install chrome dependencies
Expand Down Expand Up @@ -103,6 +105,8 @@ jobs:
run: yarn

- name: Build and zip the extension
env:
NODE_OPTIONS: --openssl-legacy-provider
run: yarn build-firefox

- name: Install Firefox dependencies
Expand Down

0 comments on commit 44bea11

Please sign in to comment.