From 4ad2fad20a3302cf3f83025ce77a4360cf34b720 Mon Sep 17 00:00:00 2001 From: thewh1teagle <61390950+thewh1teagle@users.noreply.github.com> Date: Sun, 8 Dec 2024 19:58:10 +0200 Subject: [PATCH] add compiler --- .github/workflows/publish-libaec.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/publish-libaec.yml b/.github/workflows/publish-libaec.yml index ef677c2..9c4b933 100644 --- a/.github/workflows/publish-libaec.yml +++ b/.github/workflows/publish-libaec.yml @@ -89,6 +89,10 @@ jobs: local-cache: true if: matrix.target == 'aarch64-linux-android' + - name: Setup emsdk + uses: mymindstorm/setup-emsdk@v14 + if: contains(matrix.target, 'wasm') + - name: Install Rust stable uses: dtolnay/rust-toolchain@stable with: