.github/workflows/build.yml aktualisiert

This commit is contained in:
2025-04-22 17:33:42 +02:00
parent e68dd71e92
commit 66a939b4bc

View File

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