Skip to content

Don't install system dependencies #193

Don't install system dependencies

Don't install system dependencies #193

Workflow file for this run

name: conan-package
on:
push:
paths:
- 'cura/**'
- 'uranium/**'
- 'windows/**'
- '.github/workflows/conan-package.yml'
- 'conanfile.py'
- 'conandata.yml'
branches:
- main
- master
- 'CURA-*'
- 'PP-*'
- 'NP-*'
- '[0-9].[0-9]*'
- '[0-9].[0-9][0-9]*'
tags:
- '[0-9]+.[0-9]+.[0-9]*'
- '[0-9]+.[0-9]+.[0-9]'
jobs:
# FIXME: Use main once merged
conan-package:
uses: ultimaker/cura-workflows/.github/workflows/conan-package.yml@CURA-11622_conan_v2
with:
project_name: cura_binary_data
platform_mac: false
install_system_dependencies: false

Check failure on line 31 in .github/workflows/conan-package.yml

View workflow run for this annotation

GitHub Actions / conan-package

Invalid workflow file

The workflow is not valid. .github/workflows/conan-package.yml (Line: 31, Col: 36): Invalid input, install_system_dependencies is not defined in the referenced workflow.
secrets: inherit