Skip to content

Commit f9f0ea3

Browse files
committed
Try fix file permissions on generated files
1 parent 35e541d commit f9f0ea3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/regenerate-dialects.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +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
2628
- name: Format code
2729
shell: julia --color=yes {0}
2830
run: |

0 commit comments

Comments
 (0)