Skip to content

Commit b614a45

Browse files
committed
Fix Julia project path in MLIR bindings regeneration workflow
1 parent 42942e0 commit b614a45

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
@@ -26,7 +26,7 @@ jobs:
2626
working-directory: ./deps/ReactantExtra
2727
env:
2828
JULIA_DEPOT_PATH: ${{ runner.temp }}/julia_depot
29-
- run: julia make-bindings.jl
29+
- run: julia --project=. make-bindings.jl
3030
working-directory: ./deps/ReactantExtra
3131
env:
3232
JULIA_DEPOT_PATH: ${{ runner.temp }}/julia_depot

0 commit comments

Comments
 (0)