Skip to content

Commit fc5524a

Browse files
committed
remove sudo invocation in "regenerate-dialects.yml"
1 parent 62a3624 commit fc5524a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/regenerate-dialects.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
Pkg.add("JuliaFormatter")
2424
- run: julia make-dialects.jl
2525
working-directory: ./deps/ReactantExtra
26-
- run: sudo chmod -R u+rw ./src/mlir/Dialects/
26+
- run: chmod -R u+rw ./src/mlir/Dialects/
2727
- name: Format code
2828
shell: julia --color=yes {0}
2929
run: |

0 commit comments

Comments
 (0)