mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-05 16:51:12 -07:00
Remove pr_version
Contributes to CURA-9430
This commit is contained in:
parent
6e7ac62808
commit
dc00625188
1 changed files with 0 additions and 3 deletions
3
.github/workflows/conan-package.yml
vendored
3
.github/workflows/conan-package.yml
vendored
|
|
@ -58,7 +58,6 @@ jobs:
|
|||
with:
|
||||
recipe_id_full: ${{ needs.conan-recipe-version.outputs.recipe_id_full }}
|
||||
recipe_id_latest: ${{ needs.conan-recipe-version.outputs.recipe_id_latest }}
|
||||
recipe_id_pr: ${{ needs.conan-recipe-version.outputs.recipe_id_pr }}
|
||||
runs_on: 'macos-10.15'
|
||||
python_version: '3.10.x'
|
||||
conan_logging_level: 'info'
|
||||
|
|
@ -71,7 +70,6 @@ jobs:
|
|||
with:
|
||||
recipe_id_full: ${{ needs.conan-recipe-version.outputs.recipe_id_full }}
|
||||
recipe_id_latest: ${{ needs.conan-recipe-version.outputs.recipe_id_latest }}
|
||||
recipe_id_pr: ${{ needs.conan-recipe-version.outputs.recipe_id_pr }}
|
||||
runs_on: 'ubuntu-20.04'
|
||||
python_version: '3.10.x'
|
||||
conan_logging_level: 'info'
|
||||
|
|
@ -84,7 +82,6 @@ jobs:
|
|||
with:
|
||||
recipe_id_full: ${{ needs.conan-recipe-version.outputs.recipe_id_full }}
|
||||
recipe_id_latest: ${{ needs.conan-recipe-version.outputs.recipe_id_latest }}
|
||||
recipe_id_pr: ${{ needs.conan-recipe-version.outputs.recipe_id_pr }}
|
||||
runs_on: 'windows-2022'
|
||||
python_version: '3.10.x'
|
||||
conan_logging_level: 'info'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue