File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -72,10 +72,10 @@ jobs:
7272 shell : bash
7373 run : |
7474 cmake --preset debug
75- cmake --build ./build --target check-stablehlo-ci
75+ cmake --build ./build --target check-stablehlo-ci
7676
7777 - name : Build and Test StableHLO (with Python bindings)
7878 shell : bash
7979 run : |
8080 cmake --preset debug-python
81- cmake --build ./build --target check-stablehlo-ci
81+ cmake --build ./build --target check-stablehlo-ci
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ Here's how to build the StableHLO repo on Linux or macOS:
6464 # first configure the build system
6565 cmake --preset debug
6666 # then build the project
67- cmake --build ./build --target check-stablehlo-ci
67+ cmake --build ./build --target check-stablehlo-ci
6868 ```
6969
7070 You should see results like this:
You can’t perform that action at this time.
0 commit comments