From c5bed33ac47d10f6c72873878164c4471964cac1 Mon Sep 17 00:00:00 2001 From: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Date: Wed, 16 Oct 2024 14:25:18 +0100 Subject: [PATCH] debug it --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4d169cee53..ba3af3ed3c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -785,8 +785,8 @@ jobs: - name: Symbol check if: ${{ matrix.configuration.cmake_options != '-A x64 -DBUILD_SHARED_LIBS=OFF' }} run: | - choco install --yes --no-progress python3 - refreshenv + dir build\bin + dir build\bin\RelWithDebInfo python -m pip install lief python .\tools\symbol-check.py build\bin\RelWithDebInfo\libsecp256k1-*.dll