From 2b72d08e3947bfde6704654ec462f3326968c0b7 Mon Sep 17 00:00:00 2001 From: WerWolv Date: Thu, 24 Jul 2025 10:52:08 +0200 Subject: [PATCH] build: Fix and re-enable Web build --- .github/workflows/build.yml | 1 - dist/web/Dockerfile | 5 +++-- main/gui/source/init/run/web.cpp | 6 ++++++ 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 37bba939d..5c9e1b054 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1201,7 +1201,6 @@ jobs: webassembly-build: runs-on: ubuntu-24.04 name: 🌍 Web - if: false permissions: pages: write id-token: write diff --git a/dist/web/Dockerfile b/dist/web/Dockerfile index 46f4824a0..d5289daa3 100644 --- a/dist/web/Dockerfile +++ b/dist/web/Dockerfile @@ -5,7 +5,7 @@ FROM emscripten/emsdk:4.0.8 AS build ARG UNIQUEKEY 1 RUN apt update -RUN apt install -y git ccache autoconf automake libtool cmake pkg-config ninja-build +RUN apt install -y git ccache autoconf automake libtool pkg-config ninja-build RUN < splashWindow; splashWindow = initializeImHex();