diff --git a/.github/workflows/style.yml b/.github/workflows/style.yml index 4faf83a5..7d4a73fc 100644 --- a/.github/workflows/style.yml +++ b/.github/workflows/style.yml @@ -46,5 +46,6 @@ jobs: git submodule update --init --recursive cd sc-tools/sc-component-manager git pull origin pull/${{ github.event.number }}/head - cd ../../scripts && ./install_deps_ubuntu.sh --dev -cm && ./install_sc_component_manager_dependencies.sh - ./clang/check_formatting.sh + cd ../../scripts && ./install_deps_ubuntu.sh --dev && ./install_sc_component_manager_dependencies.sh + cd ../ + ./scripts/clang/check_formatting.sh