try MSYS2 action

This commit is contained in:
stalkerg
2020-03-22 14:48:58 +09:00
parent 401703a350
commit cd04701bd8

View File

@@ -11,9 +11,10 @@ jobs:
runs-on: windows-latest
steps:
- uses: numworks/setup-msys2@v1
with:
msystem: MINGW64
- name: install libs
run: sudo apt-get install cmake libsdl2-dev libsdl2-net-dev libogg-dev libvorbis-dev libavcodec-dev libavformat-dev libavutil-dev
run: msys2do pacman -S mingw-w64-SDL2 mingw-w64-SDL2_net cmake mingw-w64-libogg mingw-w64-libvorbis mingw-w64-ffmpeg
- uses: actions/checkout@v1
- name: clunk download lib
run: git clone --depth 1 https://github.com/stalkerg/clunk.git clunk