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:
36
36
if : steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
37
37
run : poetry install --no-interaction --no-ansi
38
38
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
49
49
50
50
- name : Delete existing problems
51
51
run : rm -rf leetcode/*/
You can’t perform that action at this time.
0 commit comments