diff options
author | umarcor <unai.martinezcorral@ehu.eus> | 2021-02-17 16:05:46 +0100 |
---|---|---|
committer | umarcor <unai.martinezcorral@ehu.eus> | 2021-02-17 16:35:13 +0100 |
commit | cdf749d613326bdcab49c164ef16dc5759214373 (patch) | |
tree | b679de05789ee83f5ba01a913b762c49ceb728f4 /.github/workflows | |
parent | 311a6e2237c5b713843d17c2f62f776ca444e43d (diff) | |
download | ghdl-cdf749d613326bdcab49c164ef16dc5759214373.tar.gz ghdl-cdf749d613326bdcab49c164ef16dc5759214373.tar.bz2 ghdl-cdf749d613326bdcab49c164ef16dc5759214373.zip |
ci/coverage: install python-setuptools through pacman
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/Test.yml | 4 |
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 |