Skip to content

Commit c071271

Browse files
committed
Prefetch clang lazy artifact
1 parent adaf47f commit c071271

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
@@ -22,7 +22,7 @@ jobs:
2222
run: |
2323
import Pkg
2424
Pkg.add("JuliaFormatter")
25-
- run: julia --project=. -e 'using Pkg; pkg"instantiate"; pkg"update"; pkg"precompile"'
25+
- run: julia --project=. -e 'using Pkg; pkg"instantiate"; pkg"update"; pkg"precompile"; using Clang; Clang.JLLEnvs.get_system_includes()'
2626
working-directory: ./deps/ReactantExtra
2727
env:
2828
JULIA_DEPOT_PATH: ${{ runner.temp }}/julia_depot

0 commit comments

Comments
 (0)