gh: update Tcl9 test case to 9.0.0rc1

This commit is contained in:
Xavier Delaruelle
2024-09-20 07:51:12 +02:00
parent 08d81f59b8
commit f833dbde6e

View File

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