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