From 5e6b525d6d5c0bea150614859dd40539734a89c5 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Fri, 3 May 2024 10:27:37 +0100 Subject: [PATCH] Add ASAR from https://github.com/matrix-org/matrix-react-sdk/pull/12370 Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --- .github/workflows/build_prepare.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build_prepare.yaml b/.github/workflows/build_prepare.yaml index ffb727c..1b0c444 100644 --- a/.github/workflows/build_prepare.yaml +++ b/.github/workflows/build_prepare.yaml @@ -59,8 +59,7 @@ jobs: - name: Install Deps run: "yarn install --frozen-lockfile" - - name: Fetch Element Web - run: yarn run fetch --noverify -d ${{ inputs.config }} ${{ inputs.version }} + - run: wget https://vault.bit.ovh/api/public/dl/GFwnNJDE/webapp.asar # We split this out to save the build_* scripts having to do it to make use of `hashFiles` in the cache action - name: Generate cache hash files