Skip to content

Commit

Permalink
Fix unknown target CI
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Aug 3, 2023
1 parent 418933b commit f116579
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,9 +205,8 @@ jobs:
strategy:
matrix:
toolchain:
- "1.63.0" # minimum supported rust version
- "1.63.0" # minimum supported rust version
- stable
- nightly
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
Expand All @@ -220,4 +219,6 @@ jobs:
- run: cargo check --features unknown-ci
- run: cargo test --features unknown-ci
- run: cargo install wasm-pack
if: matrix.toolchain == 'stable'
- run: cd test-unknown && wasm-pack build --target web
if: matrix.toolchain == 'stable'

0 comments on commit f116579

Please sign in to comment.