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