diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 7071a2a2de..57055f3d70 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -16,7 +16,7 @@ jobs: steps: - uses: actions/checkout@v2 - - run: ./install.sh + - run: sudo apt-get install -y astyle clang-tidy # lint files changed by the push/pr - id: files