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 071df34 commit cc03beeCopy full SHA for cc03bee
.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(); using Clang; Clang.JLLEnvs.get_system_includes()'
+ - run: julia --project=. -e 'using Pkg; pkg"instantiate"; pkg"update"; pkg"precompile"'
26
working-directory: ./deps/ReactantExtra
27
env:
28
JULIA_DEPOT_PATH: ${{ runner.temp }}/julia_depot
0 commit comments