Skip to content

Commit

Permalink
gh: update Tcl9 test case to 9.0.0rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
xdelaruelle committed Sep 20, 2024
1 parent 08d81f5 commit f833dbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -391,8 +391,8 @@ jobs:
# libtclenvmodules build requirements
sudo apt-get install -y gcc autoconf
# manually install tcl9.0
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
curl -L --output tcl9.0.0rc1-src.tar.gz http://downloads.sourceforge.net/tcl/tcl9.0.0rc1-src.tar.gz
tar xfz tcl9.0.0rc1-src.tar.gz
cd tcl9.0.0/unix
./configure
make -j
Expand Down

0 comments on commit f833dbd

Please sign in to comment.