Hello! What are common ways to implement CI on Win...
# kotlin-native
i
Hello! What are common ways to implement CI on Windows with installing native libraries (to have them available with
-lXXX
flag)?
I'm going to use Github CI
i
Copy code
- name: Install libraries
      run: c:\msys64\usr\bin\pacman --noconfirm -S mingw-w64-x86_64-libmicrohttpd
@aleksey.tomin wow, i needed something like. didn't got that i can use msys64 with arch linux PM
thank you!