Commit 6dfedfc7 authored by Nikias Bassen's avatar Nikias Bassen

[github actions] trying to fix windows build...

parent 34891d5a
...@@ -43,8 +43,8 @@ jobs: ...@@ -43,8 +43,8 @@ jobs:
run: msys2do pacman -S --noconfirm mingw-w64-x86_64-gcc make libtool autoconf automake-wrapper run: msys2do pacman -S --noconfirm mingw-w64-x86_64-gcc make libtool autoconf automake-wrapper
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- name: autogen - name: autogen
run: ./autogen.sh --without-cython run: msys2do ./autogen.sh --without-cython
- name: make - name: make
run: make run: msys2do make
- name: make check - name: make check
run: make check run: msys2do make check
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment