3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-01-09 12:28:59 +00:00

Cleanup version.cc creation for VS build

This commit is contained in:
Miodrag Milanovic 2025-12-09 13:50:17 +01:00
parent 6acb79afa2
commit cf9ab4c899
3 changed files with 12 additions and 15 deletions

View file

@ -37,7 +37,7 @@ jobs:
persist-credentials: false
- run: sudo apt-get install libfl-dev
- name: Build
run: make vcxsrc YOSYS_VER=latest
run: make vcxsrc YOSYS_COMPILER="Visual Studio" VCX_DIR_NAME=yosys-win32-vcxsrc-latest
- uses: actions/upload-artifact@v4
with:
name: vcxsrc