From 311a6e2237c5b713843d17c2f62f776ca444e43d Mon Sep 17 00:00:00 2001 From: umarcor Date: Wed, 17 Feb 2021 15:23:43 +0100 Subject: ci/win-test: install python-setuptools through pacman --- .github/workflows/Test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/Test.yml b/.github/workflows/Test.yml index 719ae8f9c..498ce3ce1 100644 --- a/.github/workflows/Test.yml +++ b/.github/workflows/Test.yml @@ -293,6 +293,7 @@ jobs: mingw-w64-${{ matrix.sys.arch }}-diffutils mingw-w64-${{ matrix.sys.arch }}-gcc mingw-w64-${{ matrix.sys.arch }}-python-pip + mingw-w64-${{ matrix.sys.arch }}-python-setuptools - name: '⚙️ git config' run: git config --global core.autocrlf input -- cgit v1.2.3