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 ./...