Skip to content

Commit 3804462

Browse files
committed
workflow: Remove LD_LIBRARY_PATH environment
1 parent 6fe520a commit 3804462

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/mingw.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ jobs:
9090
run: |
9191
SMOKETESTS="$(pwd)/mingw_smoketests.py"
9292
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"
93+
./python.exe "$SMOKETESTS"
94+
MSYSTEM= ./python.exe "$SMOKETESTS"
9595
9696
- name: Run tests
9797
shell: msys2 {0}

0 commit comments

Comments
 (0)