From c5d00b3f2ec586c92f1ce7f7498f42b236912be4 Mon Sep 17 00:00:00 2001 From: Peizhang Zhu Date: Mon, 25 Nov 2024 17:03:38 -0800 Subject: [PATCH] test --- .github/workflows/shared_steps/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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