We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8451bfd commit ec02e6cCopy full SHA for ec02e6c
.github/workflows/linux_tests.yaml
@@ -391,9 +391,9 @@ jobs:
391
# libtclenvmodules build requirements
392
sudo apt-get install -y gcc autoconf
393
# 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
+ curl -L --output tcl9.0.2-src.tar.gz http://downloads.sourceforge.net/tcl/tcl9.0.2-src.tar.gz
+ tar xfz tcl9.0.2-src.tar.gz
+ cd tcl9.0.2/unix
397
./configure
398
make -j
399
sudo make install
0 commit comments