0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-06-13 18:08:59 +02:00

Fix building Element web in CI

This commit is contained in:
Till Faelligen 2023-02-20 15:28:45 +01:00
parent 7f114cc538
commit c8ca23acdb
No known key found for this signature in database
GPG key ID: ACCDC9606D472758

View file

@ -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