From 1b160aa707e7d9850f3c1421acc50e2d1c5e03cd Mon Sep 17 00:00:00 2001 From: sdcb Date: Thu, 6 Feb 2025 22:41:19 +0800 Subject: [PATCH] maybe libs is here --- .github/workflows/build-gmp.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-gmp.yml b/.github/workflows/build-gmp.yml index 265bb02..a8f8bd7 100644 --- a/.github/workflows/build-gmp.yml +++ b/.github/workflows/build-gmp.yml @@ -313,11 +313,11 @@ jobs: - name: Check .libs run: | - cd gmp-${{ inputs.gmp-version }}/.libs + cd ${{ github.workspace }}/gmp-${{ inputs.gmp-version }}/.libs ls -l file ${{ env.GMP_SO }} - cd gmp-${{ inputs.mpfr-version }}/.libs + cd ${{ github.workspace }}/gmp-${{ inputs.mpfr-version }}/.libs ls -l - name: Generate .lib files (Windows shared only)