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 0555a6c commit 2e62602Copy full SHA for 2e62602
.github/workflows/mingw.yml
@@ -89,8 +89,8 @@ jobs:
89
run: |
90
SMOKETESTS="$(pwd)/mingw_smoketests.py"
91
cd _build
92
- ./python.exe "$SMOKETESTS"
93
- MSYSTEM= ./python.exe "$SMOKETESTS"
+ LD_LIBRARY_PATH=$(pwd):$LD_LIBRARY_PATH ./python.exe "$SMOKETESTS"
+ LD_LIBRARY_PATH=$(pwd):$LD_LIBRARY_PATH MSYSTEM= ./python.exe "$SMOKETESTS"
94
95
- name: Run tests
96
shell: msys2 {0}
0 commit comments