test prepend LD_LIBRARY_PATH for mingw workflow

This commit is contained in:
silverqx
2022-04-29 18:19:42 +02:00
parent 5833a35003
commit 24450cc7ee

View File

@@ -28,6 +28,21 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: |
MSYS2 UCRT64 setup (${{ join(matrix.compiler.pacboy, ', ') }}, lld:u, qt5-base:u, ccache:u)
uses: msys2/setup-msys2@v2
with:
msystem: ucrt64
path-type: minimal
update: true
install: |
git
pacboy: >-
${{ join(matrix.compiler.pacboy, ' ') }} lld:u
cmake:u ninja:u ccache:u
qt5-base:u
libmariadbclient:u postgresql:u
- name: Print env
shell: msys2 {0}
run: |