Update build workflow to use HDLBuild for dependency management and building

This commit is contained in:
2025-04-27 19:18:45 +00:00
parent df86ad5eee
commit 503e057eda

View File

@@ -1,4 +1,4 @@
name: Manuelles Build mit ISE
name: Build with HDLBuild
on:
workflow_dispatch:
@@ -14,6 +14,7 @@ jobs:
- name: Build
run: |
cd "$GITHUB_WORKSPACE/build"
make
cd "$GITHUB_WORKSPACE"
hdlbuild dep
hdlbuild build