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: on:
workflow_dispatch: workflow_dispatch:
@@ -14,6 +14,7 @@ jobs:
- name: Build - name: Build
run: | run: |
cd "$GITHUB_WORKSPACE/build" cd "$GITHUB_WORKSPACE"
make hdlbuild dep
hdlbuild build