mirror of
https://github.com/Ultimaker/Cura.git
synced 2026-03-04 09:34:35 -07:00
No need to check hash on build tool
Contributes to CURA-9365
This commit is contained in:
parent
e717c6572c
commit
d64e20c71d
2 changed files with 2 additions and 2 deletions
2
.github/workflows/conan-package-create.yml
vendored
2
.github/workflows/conan-package-create.yml
vendored
|
|
@ -47,7 +47,7 @@ jobs:
|
|||
|
||||
- name: Install Python requirements and Create default Conan profile
|
||||
run: |
|
||||
pip install --require-hashes -r .github/workflows/requirements-conan-package.txt
|
||||
pip install -r .github/workflows/requirements-conan-package.txt
|
||||
conan profile new default --detect
|
||||
|
||||
- name: Get Conan configuration from branch
|
||||
|
|
|
|||
2
.github/workflows/conan-recipe-export.yml
vendored
2
.github/workflows/conan-recipe-export.yml
vendored
|
|
@ -51,7 +51,7 @@ jobs:
|
|||
|
||||
- name: Install Python requirements and Create default Conan profile
|
||||
run: |
|
||||
pip install --require-hashes -r .github/workflows/requirements-conan-package.txt
|
||||
pip install -r .github/workflows/requirements-conan-package.txt
|
||||
conan profile new default --detect
|
||||
|
||||
- name: Get Conan configuration from branch
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue