mirror of
https://github.com/matrix-org/dendrite
synced 2024-11-17 07:10:51 +01:00
Fix building Element web in CI
This commit is contained in:
parent
7f114cc538
commit
c8ca23acdb
1 changed files with 1 additions and 0 deletions
1
.github/workflows/schedules.yaml
vendored
1
.github/workflows/schedules.yaml
vendored
|
@ -243,6 +243,7 @@ jobs:
|
|||
- name: Build
|
||||
env:
|
||||
CI_PACKAGE: true
|
||||
NODE_OPTIONS: "--openssl-legacy-provider"
|
||||
run: yarn build
|
||||
working-directory: ./element-web
|
||||
- name: Edit Test Config
|
||||
|
|
Loading…
Reference in a new issue