From b501c07de1d060861a745852fd32e6d7eaf3c1fb Mon Sep 17 00:00:00 2001 From: Luis Blanco Date: Mon, 9 Oct 2023 22:21:43 +0400 Subject: [PATCH] Fix GH action --- .github/workflows/cpplint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cpplint.yml b/.github/workflows/cpplint.yml index 77f5de2..152da4c 100644 --- a/.github/workflows/cpplint.yml +++ b/.github/workflows/cpplint.yml @@ -33,7 +33,7 @@ jobs: run: npm ci - name: Install Python - - uses: actions/setup-python@v1 + uses: actions/setup-python@v1 - name: Install Cpplint run: pip install cpplint