gh: update Tcl9 test case to 9.0.2

Signed-off-by: Xavier Delaruelle <xavier.delaruelle@cea.fr>
This commit is contained in:
Xavier Delaruelle
2025-07-18 09:24:49 +02:00
parent 8451bfd23a
commit ec02e6c150

View File

@@ -391,9 +391,9 @@ jobs:
# libtclenvmodules build requirements
sudo apt-get install -y gcc autoconf
# manually install tcl9.0
curl -L --output tcl9.0.0-src.tar.gz http://downloads.sourceforge.net/tcl/tcl9.0.0-src.tar.gz
tar xfz tcl9.0.0-src.tar.gz
cd tcl9.0.0/unix
curl -L --output tcl9.0.2-src.tar.gz http://downloads.sourceforge.net/tcl/tcl9.0.2-src.tar.gz
tar xfz tcl9.0.2-src.tar.gz
cd tcl9.0.2/unix
./configure
make -j
sudo make install