0
0
Fork 0
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:
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 - name: Build
env: env:
CI_PACKAGE: true CI_PACKAGE: true
NODE_OPTIONS: "--openssl-legacy-provider"
run: yarn build run: yarn build
working-directory: ./element-web working-directory: ./element-web
- name: Edit Test Config - name: Edit Test Config