Skip to content

Commit

Permalink
feature: add the v86 build.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joinhack committed Apr 19, 2024
1 parent 3207ef6 commit 5532573
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/wasm-v86.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:
runs-on: ${{ matrix.runson }}
steps:
- uses: actions/checkout@v2
# - name: Get release
# id: get_release
# uses: bruceadams/[email protected]
# env:
# GITHUB_TOKEN: ${{ github.token }}
- name: Get release
id: get_release
uses: bruceadams/[email protected]
env:
GITHUB_TOKEN: ${{ github.token }}
- name: create Cross.toml
run: |
echo [target.wasm32-unknown-unknown] > Cross.toml
Expand Down

0 comments on commit 5532573

Please sign in to comment.