Skip to content

[FEATURE] Port CrossHatch infill pattern from BambuSlicer #7

[FEATURE] Port CrossHatch infill pattern from BambuSlicer

[FEATURE] Port CrossHatch infill pattern from BambuSlicer #7

Workflow file for this run

name: Build
on:
push:
workflow_dispatch:
jobs:
build_osx:
uses: Prusa-Development/PrusaSlicer-Actions/.github/workflows/build_osx.yml@master

Check failure on line 9 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yml

Invalid workflow file

error parsing called workflow ".github/workflows/build.yml" -> "Prusa-Development/PrusaSlicer-Actions/.github/workflows/build_osx.yml@master" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
secrets: inherit
build_osx_asan:
uses: Prusa-Development/PrusaSlicer-Actions/.github/workflows/build_osx.yml@master
secrets: inherit
needs: build_osx
with:
with_asan: true
build_win:
uses: Prusa-Development/PrusaSlicer-Actions/.github/workflows/build_windows.yml@master
secrets: inherit
build_flatpak:
uses: Prusa-Development/PrusaSlicer-Actions/.github/workflows/build_flatpak.yml@master
secrets: inherit
build_flatpak_asan:
uses: Prusa-Development/PrusaSlicer-Actions/.github/workflows/build_flatpak.yml@master
secrets: inherit
needs: build_flatpak
with:
with_asan: true