diff --git a/.github/workflows/buildAndTestCMake.yml b/.github/workflows/buildAndTestCMake.yml index 327bf9b5234..953126f1cd2 100644 --- a/.github/workflows/buildAndTestCMake.yml +++ b/.github/workflows/buildAndTestCMake.yml @@ -72,10 +72,10 @@ jobs: shell: bash run: | cmake --preset debug - cmake --build ./build --target check-stablehlo-ci + cmake --build ./build --target check-stablehlo-ci - name: Build and Test StableHLO (with Python bindings) shell: bash run: | cmake --preset debug-python - cmake --build ./build --target check-stablehlo-ci + cmake --build ./build --target check-stablehlo-ci diff --git a/README.md b/README.md index 4beb97f0e39..dbb1f485f98 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ Here's how to build the StableHLO repo on Linux or macOS: # first configure the build system cmake --preset debug # then build the project - cmake --build ./build --target check-stablehlo-ci + cmake --build ./build --target check-stablehlo-ci ``` You should see results like this: