diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e10ceadf..9772f7aa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -71,12 +71,10 @@ jobs: profile: minimal override: true - - name: Change the directory - run: | - cd matrix_sdk/examples/wasm_command_bot - - name: Check uses: actions-rs/cargo@v1 + run: | + cd matrix_sdk/examples/wasm_command_bot with: command: check args: --target wasm32-unknown-unknown