Fix MSYS2 secp256k1 package

This commit is contained in:
thePR0M3TH3AN
2025-06-29 19:44:27 -04:00
parent 5654caed35
commit 1cbcf6f546

View File

@@ -32,9 +32,14 @@ jobs:
id: msys id: msys
uses: msys2/setup-msys2@v2 uses: msys2/setup-msys2@v2
with: with:
update: true
install: >- install: >-
mingw-w64-x86_64-toolchain mingw-w64-x86_64-toolchain
mingw-w64-x86_64-secp256k1 mingw-w64-x86_64-libsecp256k1
- name: Set PKG_CONFIG_PATH
if: runner.os == 'Windows'
shell: bash
run: echo "PKG_CONFIG_PATH=${{ steps.msys.outputs.msys2-location }}/mingw64/lib/pkgconfig" >> $GITHUB_ENV
- name: Set libsecp256k1 path - name: Set libsecp256k1 path
if: runner.os == 'Windows' if: runner.os == 'Windows'
shell: bash shell: bash