Skip to content

Commit

Permalink
Merge branch 'master' into fix-negative-i64-return-on-web
Browse files Browse the repository at this point in the history
  • Loading branch information
ptitSeb authored May 3, 2023
2 parents 5b642b8 + 24f1e0d commit 0057ea9
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -344,11 +344,10 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
with:
target: aarch64-apple-darwin
- name: Install Rust nightly (to build capi-headless)
uses: dtolnay/rust-toolchain@stable
with:
toolchain: nightly
target: aarch64-apple-darwin
- name: Install Darwin-aarch64 target
shell: bash
run: |
rustup target add aarch64-apple-darwin
- name: Build Wasmer C-API (JSC)
shell: bash
run: |
Expand Down Expand Up @@ -378,11 +377,6 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
with:
target: x86_64-apple-darwin
- name: Install Rust nightly (to build capi-headless)
uses: dtolnay/rust-toolchain@stable
with:
toolchain: nightly
target: x86_64-apple-darwin
- name: Build Wasmer C-API (JSC)
shell: bash
run: |
Expand Down

0 comments on commit 0057ea9

Please sign in to comment.