Skip to content

Commit 9c354e8

Browse files
committed
using cura.jinja to not trigger the sentry integration
1 parent cb680e8 commit 9c354e8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/gcodeanalyzer.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,11 +109,11 @@ jobs:
109109
uses: ultimaker/cura-workflows/.github/actions/set-package-overrides@main
110110
with:
111111
package_overrides: ${{ needs.find-packages.outputs.package_overrides }}
112-
profile: installer.jinja
112+
profile: cura.jinja
113113

114114
- name: Install dependencies and build CuraEngine
115115
env:
116-
CONAN_PROFILE: ${{ steps.set_overrides.outputs.profile || 'installer.jinja' }}
116+
CONAN_PROFILE: ${{ steps.set_overrides.outputs.profile || 'cura.jinja' }}
117117
run: conan build . --profile "$CONAN_PROFILE" -s build_type=Release --build=missing --update -g VirtualRunEnv -o "curaengine/*:with_cura_resources=True"
118118

119119
- name: Collect STL-files, run CuraEngine, output GCode-files

0 commit comments

Comments
 (0)