mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-18 08:55:58 +08:00
No need to check hash on build tool
Contributes to CURA-9365
This commit is contained in:
parent
e717c6572c
commit
d64e20c71d
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…
x
Reference in New Issue
Block a user