Skip to content

Commit 42942e0

Browse files
committed
Try fix artifact fetch to read-only filesystem on GitHub Workflow
1 parent 0e2cd78 commit 42942e0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,12 @@ jobs:
2424
Pkg.add("JuliaFormatter")
2525
- run: julia --project=. -e 'using Pkg; pkg"instantiate"'
2626
working-directory: ./deps/ReactantExtra
27+
env:
28+
JULIA_DEPOT_PATH: ${{ runner.temp }}/julia_depot
2729
- run: julia make-bindings.jl
2830
working-directory: ./deps/ReactantExtra
31+
env:
32+
JULIA_DEPOT_PATH: ${{ runner.temp }}/julia_depot
2933
- run: |
3034
chmod -R u+rw ./src/mlir/Dialects/
3135
chmod u+rw ./src/mlir/libMLIR_h.jl

0 commit comments

Comments
 (0)