From e2da0bf7bc09ff30dee2abc3357f272ce9bb15bf Mon Sep 17 00:00:00 2001 From: snmsts Date: Wed, 16 Oct 2024 16:11:04 +0900 Subject: [PATCH] fix? --- scripts/install-for-ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install-for-ci.sh b/scripts/install-for-ci.sh index 93d7fd3..f675830 100644 --- a/scripts/install-for-ci.sh +++ b/scripts/install-for-ci.sh @@ -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}