Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion .github/workflows/kotlin-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
tools/install-sys-dependencies-mac
tools/install-rust-dependencies

- name: Install emsdk
run: tools/install-wasm-dependencies

- name: Install Kotlin Dependencies
run: tools/install-kotlin-dependencies

Expand All @@ -48,7 +51,9 @@ jobs:
if: steps.internal_cache.outputs.cache-hit != 'true'

- name: Generate files
run: tools/generate-files android
run: |
source emsdk/emsdk_env.sh
tools/generate-files

- name: Build Kotlin Multiplatform
run: tools/kotlin-build