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 8cf22e0 commit 98ea876Copy full SHA for 98ea876
src/install-kani.sh
@@ -33,6 +33,8 @@ if [ $? -eq 0 ]; then
33
fi
34
35
if [ "$installed_version" != "$requested_version" ]; then
36
+ echo "Installed version: $installed_version"
37
+ echo "Requested version: $requested_version"
38
echo "::error::The version of Kani installed was different than the one requested"
39
exit 1
40
0 commit comments