CI: Change the directory take two
parent
a9c37ba2d0
commit
cf90a18f13
|
@ -71,12 +71,10 @@ jobs:
|
||||||
profile: minimal
|
profile: minimal
|
||||||
override: true
|
override: true
|
||||||
|
|
||||||
- name: Change the directory
|
|
||||||
run: |
|
|
||||||
cd matrix_sdk/examples/wasm_command_bot
|
|
||||||
|
|
||||||
- name: Check
|
- name: Check
|
||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
|
run: |
|
||||||
|
cd matrix_sdk/examples/wasm_command_bot
|
||||||
with:
|
with:
|
||||||
command: check
|
command: check
|
||||||
args: --target wasm32-unknown-unknown
|
args: --target wasm32-unknown-unknown
|
||||||
|
|
Loading…
Reference in New Issue