Skip to content

Commit ec02e6c

Browse files
committed
gh: update Tcl9 test case to 9.0.2
Signed-off-by: Xavier Delaruelle <[email protected]>
1 parent 8451bfd commit ec02e6c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/linux_tests.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -391,9 +391,9 @@ jobs:
391391
# libtclenvmodules build requirements
392392
sudo apt-get install -y gcc autoconf
393393
# manually install tcl9.0
394-
curl -L --output tcl9.0.0-src.tar.gz http://downloads.sourceforge.net/tcl/tcl9.0.0-src.tar.gz
395-
tar xfz tcl9.0.0-src.tar.gz
396-
cd tcl9.0.0/unix
394+
curl -L --output tcl9.0.2-src.tar.gz http://downloads.sourceforge.net/tcl/tcl9.0.2-src.tar.gz
395+
tar xfz tcl9.0.2-src.tar.gz
396+
cd tcl9.0.2/unix
397397
./configure
398398
make -j
399399
sudo make install

0 commit comments

Comments
 (0)