Skip to content

Commit b6ffc96

Browse files
committed
fix permissions again on "regenerate-dialects.yml"
1 parent fddd09a commit b6ffc96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/regenerate-dialects.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
Pkg.add("JuliaFormatter")
2424
- run: julia make-dialects.jl
2525
working-directory: ./deps/ReactantExtra
26-
# - name: Set owner of working dir recurively
27-
# run: sudo chown -R $(whoami) ./deps/ReactantExtra
26+
- name: Set owner of working dir recurively
27+
run: sudo chown -R $(whoami) ./src/mlir/Dialects/
2828
- name: Format code
2929
shell: julia --color=yes {0}
3030
run: |

0 commit comments

Comments
 (0)