From 5e8c5ef253bf401ebd985b9c7e3d61b9e1effa77 Mon Sep 17 00:00:00 2001 From: Xavier Delaruelle Date: Mon, 24 Apr 2023 21:10:14 +0200 Subject: [PATCH] gh: install new tcl-devel package on MSYS2 --- .github/workflows/windows_tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows_tests.yaml b/.github/workflows/windows_tests.yaml index bdaa86e6..1e8d02d1 100644 --- a/.github/workflows/windows_tests.yaml +++ b/.github/workflows/windows_tests.yaml @@ -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: |