Skip to content

Commit 8b7d9c2

Browse files
committed
debug
1 parent 513be68 commit 8b7d9c2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/gopy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ jobs:
4242
set -x
4343
cd $HOME/foo
4444
gopy exec env
45+
export `gopy exec env | grep PKG_CONFIG_PATH`
46+
env | grep PKG_CONFIG_PATH
47+
ls $HOME/foo/.deps/python/lib/pkgconfig
48+
$HOME/foo/.deps/tiny-pkg-config --libs python3-embed
49+
$HOME/foo/.deps/tiny-pkg-config --cflags python3-embed
4550
gopy build -o foo.out .
4651
gopy exec ls
4752
./foo.out

0 commit comments

Comments
 (0)