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