diff --git a/.github/workflows/shared_steps/action.yml b/.github/workflows/shared_steps/action.yml index 4e937fc..b24f0ee 100644 --- a/.github/workflows/shared_steps/action.yml +++ b/.github/workflows/shared_steps/action.yml @@ -10,8 +10,8 @@ runs: - name: Build and install dependencies shell: bash run: | - echo "flexiv_rdk path: ${{ inputs.repo_root_path }}" - cd ${{ inputs.repo_root_path }} + pwd + ls cd thirdparty bash build_and_install_dependencies.sh ~/rdk_install 4