.github/workflows/build.yml aktualisiert

This commit is contained in:
2025-04-22 17:18:03 +02:00
parent 802315040f
commit a889ae2d42

View File

@@ -7,6 +7,11 @@ jobs:
build:
runs-on: xilinx-ise
steps:
- name: Install Node.js
run: |
curl -fsSL https://deb.nodesource.com/setup_18.x | bash -
apt-get install -y nodejs
- name: Checkout
uses: actions/checkout@v2