gh: update Tcl9 test case to 9.0b3

This commit is contained in:
Xavier Delaruelle
2024-08-01 18:43:25 +02:00
parent ba509f6a84
commit 057c22b29c

View File

@@ -363,9 +363,9 @@ jobs:
# libtclenvmodules build requirements
sudo apt-get install -y gcc autoconf
# manually install tcl9.0
curl -L --output tcl9.0b2-src.tar.gz http://downloads.sourceforge.net/tcl/tcl9.0b2-src.tar.gz
tar xfz tcl9.0b2-src.tar.gz
cd tcl9.0b2/unix
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
./configure
make -j
sudo make install