diff options
author | umarcor <unai.martinezcorral@ehu.eus> | 2021-02-17 15:23:43 +0100 |
---|---|---|
committer | umarcor <unai.martinezcorral@ehu.eus> | 2021-02-17 16:04:23 +0100 |
commit | 311a6e2237c5b713843d17c2f62f776ca444e43d (patch) | |
tree | b3cb7d3fbe0ea77233ce80a0b8916da3e1d37590 | |
parent | 34a096229ccadf895b2130bafa417e869c437b3c (diff) | |
download | ghdl-311a6e2237c5b713843d17c2f62f776ca444e43d.tar.gz ghdl-311a6e2237c5b713843d17c2f62f776ca444e43d.tar.bz2 ghdl-311a6e2237c5b713843d17c2f62f776ca444e43d.zip |
ci/win-test: install python-setuptools through pacman
-rw-r--r-- | .github/workflows/Test.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |