Skip to content

Commit

Permalink
Merge pull request #17 from fjtrujy/fixing_windows
Browse files Browse the repository at this point in the history
Add missing libraries in Windows CI
  • Loading branch information
sharkwouter committed Jan 5, 2022
2 parents fc0cb3b + 4c4da7e commit 9af210e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compilation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
with:
msystem: MINGW32
install: |
base-devel git make texinfo flex bison patch binutils mingw-w64-i686-gcc mingw-w64-i686-dlfcn mingw-w64-i686-mpc
mingw-w64-i686-cmake
base-devel git make autoconf automake libtool texinfo flex bison patch binutils
mingw-w64-i686-gcc mingw-w64-i686-dlfcn mingw-w64-i686-mpc mingw-w64-i686-cmake
update: true
shell: msys2 {0}

Expand Down

0 comments on commit 9af210e

Please sign in to comment.