We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fddd09a commit b6ffc96Copy full SHA for b6ffc96
.github/workflows/regenerate-dialects.yml
@@ -23,8 +23,8 @@ jobs:
23
Pkg.add("JuliaFormatter")
24
- run: julia make-dialects.jl
25
working-directory: ./deps/ReactantExtra
26
- # - name: Set owner of working dir recurively
27
- # run: sudo chown -R $(whoami) ./deps/ReactantExtra
+ - name: Set owner of working dir recurively
+ run: sudo chown -R $(whoami) ./src/mlir/Dialects/
28
- name: Format code
29
shell: julia --color=yes {0}
30
run: |
0 commit comments