Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI(OSGeo4W): Split msys2 package list to separate sorted lines #298

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 24 additions & 5 deletions .github/workflows/osgeo4w.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,31 @@ jobs:
location: D:\
update: true
msystem: MINGW64
install: tar libintl make bison flex diffutils git dos2unix zip mingw-w64-x86_64-toolchain
mingw-w64-x86_64-fftw mingw-w64-x86_64-openblas mingw-w64-x86_64-pkgconf
mingw-w64-x86_64-gcc mingw-w64-x86_64-ccache mingw-w64-x86_64-zlib mingw-w64-x86_64-libiconv
mingw-w64-x86_64-bzip2 mingw-w64-x86_64-gettext mingw-w64-x86_64-libsystre
mingw-w64-x86_64-libtre-git mingw-w64-x86_64-libwinpthread-git mingw-w64-x86_64-libpng
install: >-
bison
diffutils
dos2unix
flex
git
libintl
make
mingw-w64-x86_64-bzip2
mingw-w64-x86_64-ccache
mingw-w64-x86_64-fftw
mingw-w64-x86_64-gcc
mingw-w64-x86_64-gettext
mingw-w64-x86_64-libiconv
mingw-w64-x86_64-libpng
mingw-w64-x86_64-libsystre
mingw-w64-x86_64-libtre-git
mingw-w64-x86_64-libwinpthread-git
mingw-w64-x86_64-openblas
mingw-w64-x86_64-pcre
mingw-w64-x86_64-pkgconf
mingw-w64-x86_64-toolchain
mingw-w64-x86_64-zlib
tar
zip

- name: Setup OSGeo4W environment
uses: echoix/setup-OSGeo4W@17deecd39e077a80bf1081443998ea8edd6f15bf # v0.1.0
Expand Down
Loading