Skip to content

Commit 98ea876

Browse files
committed
Debug
1 parent 8cf22e0 commit 98ea876

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
@@ -33,6 +33,8 @@ if [ $? -eq 0 ]; then
3333
fi
3434

3535
if [ "$installed_version" != "$requested_version" ]; then
36+
echo "Installed version: $installed_version"
37+
echo "Requested version: $requested_version"
3638
echo "::error::The version of Kani installed was different than the one requested"
3739
exit 1
3840
fi

0 commit comments

Comments
 (0)