mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-07-31 01:22:01 +08:00
Add workflow to enable building without GUI
This commit is contained in:
parent
98bb570090
commit
07b67142c3
11
.github/workflows/build_nogui.yml
vendored
Normal file
11
.github/workflows/build_nogui.yml
vendored
Normal 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
|
Loading…
x
Reference in New Issue
Block a user