Skip to content

Commit

Permalink
[github actions] trying to fix windows build...
Browse files Browse the repository at this point in the history
  • Loading branch information
nikias committed Dec 9, 2019
1 parent 34891d5 commit 87e7883
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
run: msys2do pacman -S --noconfirm mingw-w64-x86_64-gcc make libtool autoconf automake-wrapper
- uses: actions/checkout@v1
- name: autogen
run: ./autogen.sh --without-cython
run: msysdo ./autogen.sh --without-cython
- name: make
run: make
run: msysdo make
- name: make check
run: make check
run: msysdo make check

0 comments on commit 87e7883

Please sign in to comment.