Skip to content

Commit

Permalink
Fix number to jvalue conversion (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikevoronov committed Apr 28, 2021
1 parent fb787cf commit 45985bb
Show file tree
Hide file tree
Showing 18 changed files with 154 additions and 321 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_interpreter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
~/.cargo/git
~/.cargo/bin
target
key: ${{ runner.os }}-cargo-v1-${{ hashFiles('**/Cargo.lock') }}
key: ${{ runner.os }}-cargo-v2-${{ hashFiles('**/Cargo.lock') }}
- name: Install Rust toolchain with wasm32-unknown-unknown
uses: actions-rs/toolchain@v1
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish_interpreter_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
~/.cargo/registry
~/.cargo/git
~/.cargo/bin
key: ${{ runner.os }}-cargo-1-${{ hashFiles('**/Cargo.lock') }}
key: ${{ runner.os }}-cargo-v2-${{ hashFiles('**/Cargo.lock') }}
- name: Install Rust toolchain with wasm32-unknown-unknown
uses: actions-rs/toolchain@v1
with:
Expand Down Expand Up @@ -197,7 +197,7 @@ jobs:

### === Rust package release ===
- name: Install fcli
run: cargo install --force fcli --git https://github.com/fluencelabs/fce
run: cargo install fcli || true

- name: Build aquamarine.wasm for node
run: fce build -p aquamarine --release --features fce
Expand Down
Loading

0 comments on commit 45985bb

Please sign in to comment.