Fix GH action

This commit is contained in:
Luis Blanco 2023-10-09 22:21:43 +04:00
parent aeb2eae343
commit b501c07de1
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ jobs:
run: npm ci run: npm ci
- name: Install Python - name: Install Python
- uses: actions/setup-python@v1 uses: actions/setup-python@v1
- name: Install Cpplint - name: Install Cpplint
run: pip install cpplint run: pip install cpplint