We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb680e8 commit 9c354e8Copy full SHA for 9c354e8
1 file changed
.github/workflows/gcodeanalyzer.yml
@@ -109,11 +109,11 @@ jobs:
109
uses: ultimaker/cura-workflows/.github/actions/set-package-overrides@main
110
with:
111
package_overrides: ${{ needs.find-packages.outputs.package_overrides }}
112
- profile: installer.jinja
+ profile: cura.jinja
113
114
- name: Install dependencies and build CuraEngine
115
env:
116
- CONAN_PROFILE: ${{ steps.set_overrides.outputs.profile || 'installer.jinja' }}
+ CONAN_PROFILE: ${{ steps.set_overrides.outputs.profile || 'cura.jinja' }}
117
run: conan build . --profile "$CONAN_PROFILE" -s build_type=Release --build=missing --update -g VirtualRunEnv -o "curaengine/*:with_cura_resources=True"
118
119
- name: Collect STL-files, run CuraEngine, output GCode-files
0 commit comments