File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 3636 id : cache
3737 with :
3838 path : venv
39- key : docs-venv-v6 -${{ hashFiles(env.REQUIREMENTS) }}
39+ key : docs-venv-v7 -${{ hashFiles(env.REQUIREMENTS) }}
4040
4141 - name : Build virtualenv
4242 if : steps.cache.outputs.cache-hit != 'true'
Original file line number Diff line number Diff line change 88jobs :
99 pre-commit :
1010 name : Lint
11- runs-on : ubuntu-18.04
11+ runs-on : ubuntu-latest
1212 steps :
1313 - name : Cancel Previous Runs
14- uses : styfle/cancel-workflow-action@0.10 .0
14+ uses : styfle/cancel-workflow-action@0.11 .0
1515 with :
1616 access_token : ${{ github.token }}
1717 - uses : actions/checkout@v3
2121 - name : install clang-format
2222 if : steps.clang_format.outputs.cache-hit != 'true'
2323 run : |
24- sudo apt-get remove -y clang-6.0 libclang-common-6.0-dev libclang1-6.0 libllvm6.0
25- sudo apt-get autoremove
26- sudo apt-get install clang-format clang-format-6.0
24+ sudo pip install clang-format==6.0.1
25+ sudo ln -s /usr/local/bin/clang-format /usr/local/bin/clang-format-6.0
2726 -
uses :
pre-commit/[email protected] 2827
2928 benchmark :
You can’t perform that action at this time.
0 commit comments