3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-06-16 05:45:47 +00:00

Try enablind ABC build for MSVC

This commit is contained in:
Miodrag Milanovic 2026-06-08 16:55:11 +02:00
parent 4763e14852
commit da50b0d2dd
2 changed files with 9 additions and 1 deletions

View file

@ -59,7 +59,6 @@ jobs:
cmake -S . -B build
-A x64
-DCMAKE_BUILD_TYPE=Release
-DYOSYS_WITHOUT_ABC=ON
- name: Build
run: >