From cf90a18f13c969cb2343a63ae37801a082725622 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Tue, 23 Mar 2021 12:26:46 +0100 Subject: [PATCH] CI: Change the directory take two --- .github/workflows/ci.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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