Skip to content

Commit

Permalink
add compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
thewh1teagle committed Dec 8, 2024
1 parent 5a756a5 commit 4ad2fad
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish-libaec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4ad2fad

Please sign in to comment.