Fixes test-freebsd workflow in daily (package lang/tclX) (#2832)

This PR fixes the freebsd daily job that has been failing consistently
for the last days with the error "pkg: No packages available to install
matching 'lang/tclx' have been found in the repositories".

The package name is corrected from `lang/tclx` to `lang/tclX`. The
lowercase version worked previously but appears to have stopped working
in an update of freebsd's pkg tool to 2.4.x.

Example of failed job:

https://github.com/valkey-io/valkey/actions/runs/19282092345/job/55135193499

Signed-off-by: Sarthak Aggarwal <sarthagg@amazon.com>
This commit is contained in:
Sarthak Aggarwal 2025-11-12 23:24:37 -08:00 committed by Viktor Söderqvist
parent cbe6923fcb
commit d25401e0d0
1 changed files with 1 additions and 1 deletions

View File

@ -1255,7 +1255,7 @@ jobs:
version: 13.2
shell: bash
run: |
sudo pkg install -y bash gmake lang/tcl86 lang/tclx
sudo pkg install -y bash gmake lang/tcl86 lang/tclX
gmake
./runtest --single unit/keyspace --single unit/auth --single unit/networking --single unit/protocol