name: Manuelles Build mit ISE on: workflow_dispatch: 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 - name: Build in ./build run: | cd SpriteChannel/build make