Skip to content

Commit 46fc63e

Browse files
committed
x
1 parent 019595d commit 46fc63e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/gopy.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,13 @@ jobs:
3131
with:
3232
go-version: 1.23
3333

34+
- name: Test env
35+
run: echo $PATH
36+
37+
- name: Test env on powershell
38+
shell: powershell
39+
run: echo $env:PATH
40+
3441
- name: Install gopy
3542
run: go install ./cmd/gopy
3643

@@ -49,6 +56,7 @@ jobs:
4956
$HOME/foo/.deps/tiny-pkg-config/pkg-config --cflags python3-embed
5057
gopy build -o foo.exe .
5158
gopy exec ls -lh
59+
export GP_INJECT_DEBUG=1
5260
./foo.exe
5361
5462
- name: Test run project

0 commit comments

Comments
 (0)