From 5654caed352f038192d4ec90478eed5593553483 Mon Sep 17 00:00:00 2001 From: thePR0M3TH3AN <53631862+PR0M3TH3AN@users.noreply.github.com> Date: Sun, 29 Jun 2025 19:32:29 -0400 Subject: [PATCH] Fix Windows toolchain package --- .github/workflows/python-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-ci.yml b/.github/workflows/python-ci.yml index 321da26..c64b99b 100644 --- a/.github/workflows/python-ci.yml +++ b/.github/workflows/python-ci.yml @@ -27,14 +27,14 @@ jobs: else brew install pkg-config fi - - name: Install MSYS2 and libsecp256k1 + - name: Install MSYS2 and secp256k1 if: runner.os == 'Windows' id: msys uses: msys2/setup-msys2@v2 with: install: >- mingw-w64-x86_64-toolchain - mingw-w64-x86_64-libsecp256k1 + mingw-w64-x86_64-secp256k1 - name: Set libsecp256k1 path if: runner.os == 'Windows' shell: bash