Skip to content
This repository has been archived by the owner on Jan 28, 2022. It is now read-only.

Commit

Permalink
ci: Fixed Python setup for cpplint
Browse files Browse the repository at this point in the history
  • Loading branch information
zehnm committed Oct 22, 2020
1 parent a3dd6d5 commit 4ed3cb2
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/code_guidelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,13 @@ on:

jobs:
cpplint:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v1
- uses: actions/setup-python@v1
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.8'
- run: python -m pip install cpplint
- run: sudo update-alternatives --install /usr/bin/python python ${pythonLocation}/bin/python3.8 10
- name: cpplint
shell: python
run: |
Expand Down

0 comments on commit 4ed3cb2

Please sign in to comment.