We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 153e46d commit 193fbd2Copy full SHA for 193fbd2
.github/workflows/gopy.yml
@@ -34,6 +34,8 @@ jobs:
34
dir .deps/python/lib/pkgconfig
35
gopy build -o foo.exe .
36
gopy exec dir
37
+ $env:PATH
38
+ $env:GP_INJECT_DEBUG="1"
39
./foo.exe
40
41
- name: Test run project
0 commit comments