From 124efe6f6743fd82e62b5ed9521c62ef663e724d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Tue, 5 Apr 2022 13:45:15 +0200 Subject: [PATCH] ci(wasm): Emscripten isn't needed anymore --- .github/workflows/wasm.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/wasm.yml b/.github/workflows/wasm.yml index e86aeddb6..c60095587 100644 --- a/.github/workflows/wasm.yml +++ b/.github/workflows/wasm.yml @@ -51,12 +51,6 @@ jobs: - name: Load cache uses: Swatinem/rust-cache@v1 - # needed for libolm-sys compilation - - name: Install emscripten - uses: mymindstorm/setup-emsdk@v11 - with: - version: latest - - name: check uses: actions-rs/cargo@v1 with: