Skip to content

Commit

Permalink
Don't force ninja
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed May 16, 2024
1 parent e8eee08 commit a7311fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/build-release-artifacts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ else
bin_flags="--features all-arch,component-model"
fi

cmake -G Ninja \
cmake \
-S crates/c-api \
-B target/c-api-build \
$cmake_flags \
Expand Down

0 comments on commit a7311fb

Please sign in to comment.