Skip to content

Commit 9ae4126

Browse files
authored
Scala and MoonBit publishing fixes (#3259)
1 parent 6c28ea8 commit 9ae4126

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/publish-golem-moonbit.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ jobs:
4444
run: moon test
4545
working-directory: sdks/moonbit/golem_sdk
4646

47+
- name: Install tools dependencies
48+
run: moon update && moon install
49+
working-directory: sdks/moonbit/golem_sdk_tools
50+
4751
- name: Check tools
4852
run: moon check
4953
working-directory: sdks/moonbit/golem_sdk_tools

.github/workflows/publish-golem-scala.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
uses: ./.github/actions/setup-rust
3737
with:
3838
rust-targets: wasm32-wasip1 wasm32-wasip2
39+
install-cargo-binstall: 'true'
3940

4041
- name: Install cargo-make
4142
run: cargo install --force cargo-make

0 commit comments

Comments
 (0)