Skip to content

Commit

Permalink
debug ci
Browse files Browse the repository at this point in the history
  • Loading branch information
cpunion committed Nov 19, 2024
1 parent 485eab9 commit 4387ea3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ./...
Expand Down

0 comments on commit 4387ea3

Please sign in to comment.