Skip to content

Commit 28cd03a

Browse files
committed
Create dir
1 parent bfda676 commit 28cd03a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ jobs:
5656
- name: Add conan profile (macOS)
5757
if: ${{ runner.os == 'macOS' }}
5858
run: |
59+
mkdir -p "${CONAN_HOME}"/profiles/
5960
cp .github/scripts/conan/apple-clang.profile "${CONAN_HOME}"/profiles/
6061
6162
- name: Run Conan

conanfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class MptCryptoConan(ConanFile):
2424

2525
requires = [
2626
"openssl/3.5.5",
27-
"secp256k1/0.7.0",
27+
"secp256k1/0.7.1",
2828
]
2929

3030
def config_options(self):

0 commit comments

Comments
 (0)