From eea44af49f5670d9e79b861334ffe5dd0da946b7 Mon Sep 17 00:00:00 2001 From: Vinay Ramakrishnaiah Date: Fri, 6 Sep 2024 19:21:08 -0400 Subject: [PATCH] updating workflows --- .github/workflows/cpp_lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cpp_lint.yml b/.github/workflows/cpp_lint.yml index 0cf99f2e..32450ff3 100644 --- a/.github/workflows/cpp_lint.yml +++ b/.github/workflows/cpp_lint.yml @@ -8,8 +8,8 @@ jobs: steps: - name: Checkout Code - uses: actions/checkout@v2 - run: | + - uses: actions/checkout@v2 + - run: | pip install setuptools - name: Format and Lint C++ Code