diff --git a/.github/workflows/CI_emscripten.yml b/.github/workflows/CI_emscripten.yml index 6c501e033c0..bb070636e39 100644 --- a/.github/workflows/CI_emscripten.yml +++ b/.github/workflows/CI_emscripten.yml @@ -87,6 +87,7 @@ jobs: - name: Prep Build Environment run: | # Install additional host tools + sudo apt-get -u update DEBIAN_FRONTEND=noninteractive sudo apt-get -y install cmake git zip unzip gettext asciidoctor - uses: actions/setup-node@v4