Fix testing fail when 0.23 is supplied
This commit is contained in:
parent
c427c22a4c
commit
2b6c1f8e7c
4
build.sh
4
build.sh
|
@ -41,6 +41,10 @@ create_dummy_ksp () {
|
|||
|
||||
# TODO: Manual hack, a better way to handle this kind of identifiers may be needed.
|
||||
case $KSP_VERSION in
|
||||
"0.23")
|
||||
echo "Overidding '0.23' with '0.23.0'"
|
||||
KSP_VERSION="0.23.0"
|
||||
;;
|
||||
"0.90")
|
||||
echo "Overidding '0.90' with '0.90.0'"
|
||||
KSP_VERSION="0.90.0"
|
||||
|
|
Loading…
Reference in New Issue