gh: update Tcl9 test case to final 9.0.0

This commit is contained in:
Xavier Delaruelle
2024-09-29 10:18:02 +02:00
parent 6652070f72
commit d22341004c

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.0rc1-src.tar.gz http://downloads.sourceforge.net/tcl/tcl9.0.0rc1-src.tar.gz
tar xfz tcl9.0.0rc1-src.tar.gz
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
./configure
make -j