Skip to content

Commit

Permalink
target, not toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
ranile committed Mar 18, 2022
1 parent c7cf55d commit fffcd1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,13 @@ jobs:

- name: Run doctest
uses: actions-rs/cargo@v1
if: ${{ matrix.toolchain == 'x86_64-unknown-linux-gnu' }}
if: ${{ matrix.target == 'x86_64-unknown-linux-gnu' }}
with:
command: test
args: --doc --workspace --exclude yew --exclude website-test

- name: Install wasm-bindgen-cli
if: ${{ matrix.toolchain == 'wasm32-unknown-unknown' }}
if: ${{ matrix.target == 'wasm32-unknown-unknown' }}
uses: actions-rs/[email protected]
with:
crate: wasm-bindgen-cli
Expand Down

0 comments on commit fffcd1d

Please sign in to comment.