Fix GH action
This commit is contained in:
parent
aeb2eae343
commit
b501c07de1
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue