From 4387ea3a1e8dcd81fc974defbcfbf07ffcc4ebd8 Mon Sep 17 00:00:00 2001 From: Li Jie Date: Tue, 19 Nov 2024 22:14:05 +0800 Subject: [PATCH] debug ci --- .github/workflows/go.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 108a3da..5be6c0b 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -95,9 +95,14 @@ jobs: - name: Install tiny-pkg-config for windows (patch) if: matrix.sys.os == 'windows-latest' run: | + set -x curl -L https://github.com/cpunion/tiny-pkg-config/releases/download/v0.2.0/tiny-pkg-config_Windows_x86_64.zip -o /tmp/tiny-pkg-config.zip unzip /tmp/tiny-pkg-config.zip -d $HOME/bin mv $HOME/bin/tiny-pkg-config.exe $HOME/bin/pkg-config.exe + echo $PKG_CONFIG_PATH + cat $PKG_CONFIG_PATH/python3-embed.pc + pkg-config --libs python3-embed + pkg-config --cflags python3-embed - name: Build run: go install -v ./...