Skip to content

Commit f280a28

Browse files
committed
Debug
1 parent 98ea876 commit f280a28

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/install-kani.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
# Copyright Kani Contributors
33
# SPDX-License-Identifier: Apache-2.0 OR MIT
44

5+
set -x
6+
57
# If version is latest, install directly from cargo
68
if [ "$1" == "latest" ]; then
79
cargo +stable install --locked kani-verifier;

0 commit comments

Comments
 (0)