Fix python version 2

This commit is contained in:
Luis Blanco 2023-10-09 22:36:38 +04:00
parent fc8b31fe36
commit 6c19ce79c3
1 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,8 @@ jobs:
- name: Install Python - name: Install Python
uses: actions/setup-python@v4 uses: actions/setup-python@v4
with:
python-version: '3.12'
- name: Install Cpplint - name: Install Cpplint
run: pip install cpplint run: pip install cpplint