diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e3d560a..a51ee4e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: - name: Setup Zephyr project uses: zephyrproject-rtos/action-zephyr-setup@v1 with: - app-path: lkmotor_mf4005_driver/samples/mf4005_shell + app-path: lkmotor_mf4005_driver toolchains: arm-zephyr-eabi # - name: Build diff --git a/README.rst b/README.rst index 7ee2bd0..36917a4 100644 --- a/README.rst +++ b/README.rst @@ -22,7 +22,7 @@ all its dependencies: .. code-block:: console - $ west init -m git@github.com:uLipe/lkmotor_mf4005_driver.git + $ west init -m https://github.com/uLipe/lkmotor_mf4005_driver $ west update Alternatively you can add a local copy of this module by adding the following sections