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 adaf47f commit c071271Copy full SHA for c071271
.github/workflows/regenerate-mlir-bindings.yml
@@ -22,7 +22,7 @@ jobs:
22
run: |
23
import Pkg
24
Pkg.add("JuliaFormatter")
25
- - run: julia --project=. -e 'using Pkg; pkg"instantiate"; pkg"update"; pkg"precompile"'
+ - run: julia --project=. -e 'using Pkg; pkg"instantiate"; pkg"update"; pkg"precompile"; using Clang; Clang.JLLEnvs.get_system_includes()'
26
working-directory: ./deps/ReactantExtra
27
env:
28
JULIA_DEPOT_PATH: ${{ runner.temp }}/julia_depot
0 commit comments