go-version: ^1.15.2
id: go
- - name: Check out code into the Go module directory
- uses: actions/checkout@v2
-
- - name: Setup MSYS2, Install Gtk
+ - name: Setup up MSYS2, Install Gtk
uses: msys2/setup-msys2@v2
with:
msystem: MSYS
update: true
path-type: inherit
- install: 'mingw-w64-x86_64-gtk3 mingw-w64-x86_64-toolchain base-devel'
+ install: 'mingw-w64-x86_64-gtk3 mingw-w64-x86_64-gtk2 mingw-w64-x86_64-toolchain base-devel'
+
+ - name: Check out code into the Go module directory
+ uses: actions/checkout@v2
- shell: msys2 {0}
run: |