diff --git a/.github/workflows/linux_tests.yaml b/.github/workflows/linux_tests.yaml index 2d453a29..86d9544b 100644 --- a/.github/workflows/linux_tests.yaml +++ b/.github/workflows/linux_tests.yaml @@ -391,9 +391,9 @@ jobs: # libtclenvmodules build requirements sudo apt-get install -y gcc autoconf # manually install tcl9.0 - 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 + 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 ./configure make -j sudo make install