Update build workflow to enable submodule checkout and simplify build command
Some checks failed
Manuelles Build mit ISE / build (push) Has been cancelled

This commit is contained in:
2025-04-22 17:13:58 +00:00
parent a3dc1b6afe
commit f43b1e9ea7

View File

@@ -2,6 +2,9 @@ name: Manuelles Build mit ISE
on:
workflow_dispatch:
push:
branches:
- main
jobs:
build:
@@ -9,9 +12,11 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
with:
submodules: true
- name: Build
run: |
cd "$GITHUB_WORKSPACE/build"
make trace
make