Skip to content

Commit cc03bee

Browse files
committed
Revert "update libMLIR_h bindings and fix bindings update step n°2 (#202)"
This reverts commit 071df34.
1 parent 071df34 commit cc03bee

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

0 commit comments

Comments
 (0)