gh: update Tcl9 test case to 9.0.0rc0

This commit is contained in:
Xavier Delaruelle
2024-09-15 15:10:11 +02:00
parent 0f0cfad974
commit 4a9012f9b9

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