From 37d6351ff1399409ed092e6a7392e974c8c10cb1 Mon Sep 17 00:00:00 2001 From: Alexander Artemenko Date: Sat, 14 Dec 2024 22:05:20 +0000 Subject: [PATCH] Fixed the way how we set dynamic-space-size. --- action.yml | 2 +- changelog.lisp | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 4ab36ef..e3d1213 100644 --- a/action.yml +++ b/action.yml @@ -265,7 +265,7 @@ runs: if [[ "${{ inputs.dynamic-space-size }}" != "" ]]; then echo ::group::Changing Dynamic Space Size in Roswell Config - echo "dynamic-space-size 0 ${{ inputs.dynamic-space-size }}" >> ~/.roswell/config + ros config set dynamic-space-size ${{ inputs.dynamic-space-size }} fi echo ::endgroup:: diff --git a/changelog.lisp b/changelog.lisp index 1d74655..89be45f 100644 --- a/changelog.lisp +++ b/changelog.lisp @@ -11,6 +11,8 @@ "SBCL" "HOME")) + (4.2.1 2024-12-15 + "Fixed the way how we set dynamic-space-size.") (4.2.0 2024-12-14 "Input variable `dynamic-space-size` was added. It can be used to default set memory size for SBCL.") (4.1.0 2024-05-17