Skip to content

Commit

Permalink
fix compile issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joinhack committed May 6, 2024
1 parent 71dfd26 commit 1857668
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/wasi-v86-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
target: ${{ matrix.target }}
- name: Build v86-wasi
uses: actions-rs/cargo@v1
with:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/wasi-v86-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- run: rustup target add aarch64-apple-darwin
target: ${{ matrix.target }}
- run: rustup target add ${{ matrix.target }}
- name: Build v86-wasi
uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit 1857668

Please sign in to comment.