Skip to content

Commit 16f1f26

Browse files
committed
x
1 parent 153e46d commit 16f1f26

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/gopy.yml

+5
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,15 @@ jobs:
3030
env:
3131
GP_INJECT_DEBUG: "1"
3232
run: |
33+
Set-PSDebug -Trace 2
3334
cd ../foo
3435
dir .deps/python/lib/pkgconfig
3536
gopy build -o foo.exe .
3637
gopy exec dir
38+
$env:PATH
39+
$env:GP_INJECT_DEBUG
40+
$env:GP_INJECT_DEBUG="1"
41+
$env:GP_INJECT_DEBUG
3742
./foo.exe
3843
3944
- name: Test run project

0 commit comments

Comments
 (0)