Add workflow to enable building without GUI

This commit is contained in:
Martin Šach 2025-02-12 18:31:07 +01:00
parent 98bb570090
commit 07b67142c3

11
.github/workflows/build_nogui.yml vendored Normal file
View File

@ -0,0 +1,11 @@
name: Build without GUI
on:
workflow_dispatch:
jobs:
static_analysis_dev:
uses: Prusa-Development/PrusaSlicer-Actions/.github/workflows/build_nogui.yml@master
secrets: inherit
with:
actions_branch: master