Skip to content

Commit

Permalink
build wasm-bindgen-cli with cargo +stable
Browse files Browse the repository at this point in the history
  • Loading branch information
WorldSEnder committed Jun 22, 2022
1 parent 032e83e commit b83695f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/main-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,12 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
# for wasm-bindgen-cli, always use stable rust
with:
toolchain: stable
profile: minimal

- uses: actions-rs/toolchain@v1
with:
toolchain: ${{ matrix.toolchain }}
Expand All @@ -153,7 +159,7 @@ jobs:
cargo fetch
fi
VERSION=`cargo pkgid --frozen wasm-bindgen | cut -d ":" -f 3`
cargo install --version $VERSION wasm-bindgen-cli
cargo +stable install --version $VERSION wasm-bindgen-cli
- name: Run tests - yew
run: |
Expand Down

0 comments on commit b83695f

Please sign in to comment.