bump install-for-ci.sh version to 24.10.115

This commit is contained in:
snmsts 2024-10-16 15:20:32 +09:00
parent 7b08fc7204
commit 7ff8d0fb09

View file

@ -1,7 +1,7 @@
#!/bin/sh
set -e
ROSWELL_RELEASE_VERSION=22.12.14.113
ROSWELL_RELEASE_VERSION=24.10.115
ROSWELL_TARBALL_PATH=$HOME/roswell.tar.gz
ROSWELL_DIR=$HOME/.roswell
ROSWELL_REPO=${ROSWELL_REPO:-https://github.com/roswell/roswell}