diff options
author | umarcor <unai.martinezcorral@ehu.eus> | 2021-07-19 00:18:21 +0200 |
---|---|---|
committer | umarcor <unai.martinezcorral@ehu.eus> | 2021-07-19 00:18:56 +0200 |
commit | ef4bcbb15afd7c1cde9432d192be15c184cac629 (patch) | |
tree | 9b14fbbb03e27e68aedb1f539b2f5cfb6f93018c /.github/workflows | |
parent | 07a06b4a35a576c8ace3efda6a335b6cdd5c5d87 (diff) | |
download | ghdl-ef4bcbb15afd7c1cde9432d192be15c184cac629.tar.gz ghdl-ef4bcbb15afd7c1cde9432d192be15c184cac629.tar.bz2 ghdl-ef4bcbb15afd7c1cde9432d192be15c184cac629.zip |
ci: disable win-cpython-standalone mcode32 until the zipfile generation is fixed
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/Test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/Test.yml b/.github/workflows/Test.yml index f5a4a7a61..d8b3f4fe2 100644 --- a/.github/workflows/Test.yml +++ b/.github/workflows/Test.yml @@ -489,7 +489,7 @@ jobs: include: #- { pkg: '32-llvm', pyarch: x86 } ! not yet functional #- { pkg: '64-llvm', pyarch: x64 } - - { pkg: '32-mcode', pyarch: x86 } + #- { pkg: '32-mcode', pyarch: x86 } #! the tarball generation on MINGW32 needs to be fixed - { pkg: '64-mcode', pyarch: x64 } #! simulation with mcode is not yet supported on win64 name: '🚦🐍🥡 ${{ matrix.pkg }}' defaults: |