Skip to content

Commit 0af0909

Browse files
committed
x
1 parent 153e46d commit 0af0909

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/gopy.yml

+3
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,13 @@ 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=".deps/python;$env:PATH"
39+
$env:PATH
3740
./foo.exe
3841
3942
- name: Test run project

0 commit comments

Comments
 (0)