Skip to content

Commit 62a3624

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/regenerate-dialects.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ 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) ./src/mlir/Dialects/
26+
- run: sudo chmod -R u+rw ./src/mlir/Dialects/
2827
- name: Format code
2928
shell: julia --color=yes {0}
3029
run: |

0 commit comments

Comments
 (0)