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 98ea876 commit f280a28Copy full SHA for f280a28
src/install-kani.sh
@@ -2,6 +2,8 @@
2
# Copyright Kani Contributors
3
# SPDX-License-Identifier: Apache-2.0 OR MIT
4
5
+set -x
6
+
7
# If version is latest, install directly from cargo
8
if [ "$1" == "latest" ]; then
9
cargo +stable install --locked kani-verifier;
0 commit comments