lu-zero / mfx_dispatch

Intel media sdk dispatcher
BSD 3-Clause "New" or "Revised" License
157 stars 83 forks source link

Fix the CI support #74

Closed lu-zero closed 4 years ago

lu-zero commented 4 years ago

something seems broken in the msys2 update.

lu-zero commented 4 years ago

@luni-4 could you have a look if you have time please?

1480c1 commented 4 years ago

you probably can remove most of the beginning parts since github actions now has msys2 in C:\msys64 by default

1480c1 commented 4 years ago

so remove the lines from Get msys2 step except the

Write-Output "::add-path::C:/msys64/usr/bin"
Write-Output "::add-path::C:/msys64/mingw64/bin"
lu-zero commented 4 years ago

Let's try :)