mirror of
https://github.com/PR0M3TH3AN/SeedPass.git
synced 2025-09-07 14:58:56 +00:00
Fix MSYS2 secp256k1 package
This commit is contained in:
7
.github/workflows/python-ci.yml
vendored
7
.github/workflows/python-ci.yml
vendored
@@ -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
|
||||||
|
Reference in New Issue
Block a user