File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -36,16 +36,16 @@ jobs:
3636 if : steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
3737 run : poetry install --no-interaction --no-ansi
3838
39- - name : Cache Graphviz
40- id : cache-graphviz
41- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
42- with :
43- path : /usr/bin/dot
44- key : graphviz-${{ runner.os }}
45-
46- - name : Install Graphviz
47- if : steps.cache-graphviz.outputs.cache-hit != 'true'
48- run : sudo apt-get update && sudo apt-get install -y graphviz
39+ # - name: Cache Graphviz
40+ # id: cache-graphviz
41+ # uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
42+ # with:
43+ # path: /usr/bin/dot
44+ # key: graphviz-${{ runner.os }}
45+
46+ # - name: Install Graphviz
47+ # if: steps.cache-graphviz.outputs.cache-hit != 'true'
48+ # run: sudo apt-get update && sudo apt-get install -y graphviz
4949
5050 - name : Delete existing problems
5151 run : rm -rf leetcode/*/
You can’t perform that action at this time.
0 commit comments