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 0e2cd78 commit 42942e0Copy full SHA for 42942e0
.github/workflows/regenerate-mlir-bindings.yml
@@ -24,8 +24,12 @@ jobs:
24
Pkg.add("JuliaFormatter")
25
- run: julia --project=. -e 'using Pkg; pkg"instantiate"'
26
working-directory: ./deps/ReactantExtra
27
+ env:
28
+ JULIA_DEPOT_PATH: ${{ runner.temp }}/julia_depot
29
- run: julia make-bindings.jl
30
31
32
33
- run: |
34
chmod -R u+rw ./src/mlir/Dialects/
35
chmod u+rw ./src/mlir/libMLIR_h.jl
0 commit comments