aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorumarcor <unai.martinezcorral@ehu.eus>2021-02-17 16:05:46 +0100
committerumarcor <unai.martinezcorral@ehu.eus>2021-02-17 16:35:13 +0100
commitcdf749d613326bdcab49c164ef16dc5759214373 (patch)
treeb679de05789ee83f5ba01a913b762c49ceb728f4 /.github
parent311a6e2237c5b713843d17c2f62f776ca444e43d (diff)
downloadghdl-cdf749d613326bdcab49c164ef16dc5759214373.tar.gz
ghdl-cdf749d613326bdcab49c164ef16dc5759214373.tar.bz2
ghdl-cdf749d613326bdcab49c164ef16dc5759214373.zip
ci/coverage: install python-setuptools through pacman
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/Test.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/Test.yml b/.github/workflows/Test.yml
index 498ce3ce1..2067a620c 100644
--- a/.github/workflows/Test.yml
+++ b/.github/workflows/Test.yml
@@ -371,7 +371,9 @@ jobs:
with:
msystem: MINGW64
update: true
- install: mingw-w64-x86_64-python-pip
+ install: >
+ mingw-w64-x86_64-python-pip
+ mingw-w64-x86_64-python-setuptools
- name: '⚙️ git config'
run: git config --global core.autocrlf input