Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bokub committed Feb 21, 2024
1 parent 4239e0d commit c9c102a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,13 @@ jobs:

- name: Build for Chrome
run: npm run build:chrome
env:
NODE_OPTIONS: --openssl-legacy-provider

- name: Build for Firefox
run: npm run build:firefox
env:
NODE_OPTIONS: --openssl-legacy-provider

- name: Zip for Chrome
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit c9c102a

Please sign in to comment.