Browse Source

second attempt at windows build of gui

Matthew R. Kasun 3 years ago
parent
commit
83463e0af4
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .github/workflows/test.yml

+ 2 - 1
.github/workflows/test.yml

@@ -55,12 +55,13 @@ jobs:
         uses: actions/setup-go@v2
         uses: actions/setup-go@v2
         with:
         with:
           go-version: 1.18
           go-version: 1.18
-      - name: Build windows gui
+      - name: Mysys2 setup
         uses: mysys2/setup-mysys2@v2
         uses: mysys2/setup-mysys2@v2
         with:
         with:
           install: >-
           install: >-
             git
             git
             mingw-w64-x86_64-toolchain
             mingw-w64-x86_64-toolchain
+      - name: Build win gui
         run: |
         run: |
           env CGO_ENABLED=1 GOOS=windows GOARCH=amd64 go build -tags=gui main.go
           env CGO_ENABLED=1 GOOS=windows GOARCH=amd64 go build -tags=gui main.go
   tests:
   tests: