Skip to content

Commit 01a5646

Browse files
authored
[GHA] Fix syntax of regenerate MLIR bindings workflow (#566)
1 parent 044b670 commit 01a5646

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/regenerate-mlir-bindings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
env:
4242
JULIA_DEPOT_PATH: ${{ runner.temp }}/julia_depot
4343
- name: Make generated files writable
44-
run: |
44+
run: |
4545
chmod -R u+rw ./src/mlir/Dialects/
4646
chmod u+rw ./src/mlir/libMLIR_h.jl
4747
git config core.fileMode false

0 commit comments

Comments
 (0)