gh: install new tcl-devel package on MSYS2

This commit is contained in:
Xavier Delaruelle
2023-04-24 21:10:14 +02:00
parent 68b209862c
commit 5e8c5ef253

View File

@@ -118,7 +118,7 @@ jobs:
- name: Install system packages
shell: msys2 {0}
run: |
pacman --noconfirm --noprogressbar -S tcl dejagnu python ruby cmake zsh tcsh mksh fish gcc autoconf make git wget
pacman --noconfirm --noprogressbar -S tcl tcl-devel dejagnu python ruby cmake zsh tcsh mksh fish gcc autoconf make git wget
- name: Build Modules
shell: msys2 {0}
run: |