File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -352,7 +352,7 @@ jobs:
352
352
run : ./.github/workflows/pull-request-check-clang-format.sh
353
353
354
354
check-cpplint :
355
- runs-on : ubuntu-20 .04
355
+ runs-on : ubuntu-18 .04
356
356
steps :
357
357
- uses : actions/checkout@v2
358
358
with :
@@ -364,7 +364,8 @@ jobs:
364
364
# user input
365
365
DEBIAN_FRONTEND : noninteractive
366
366
run : |
367
- pip install unidiff
367
+ sudo apt-get update
368
+ sudo apt-get install --no-install-recommends -yq python-unidiff
368
369
- name : Check updated lines of code meet linting standards
369
370
env :
370
371
BASE_BRANCH : ${{ github.base_ref }}
Original file line number Diff line number Diff line change 1
- #!/usr/bin/env python
1
+ #!/usr/bin/env python2
2
2
# -*- coding: utf-8 -*-
3
3
#
4
4
# Copyright (c) 2009 Google Inc. All rights reserved.
You can’t perform that action at this time.
0 commit comments