From 3b9ef7ddb2e9dad5efa4b7ea64942d6be517bc40 Mon Sep 17 00:00:00 2001 From: fiatjaf Date: Sat, 29 Nov 2025 07:51:38 -0300 Subject: [PATCH] maybe fix the build again for windows and mac? --- .github/workflows/build.yml | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e5f2f40..84387c8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -40,20 +40,6 @@ jobs: - uses: actions/setup-go@v4 with: go-version: '1.25' - - id: go-cache-paths - run: | - echo "go-build=$(go env GOCACHE)" >> $GITHUB_OUTPUT - echo "go-mod=$(go env GOMODCACHE)" >> $GITHUB_OUTPUT - - name: Go Mod Cache - uses: actions/cache@v4 - with: - path: ${{ steps.go-cache-paths.outputs.go-mod }} - key: ${{ runner.os }}-go-mod-${{ hashFiles('**/go.sum') }} - - name: Go Build Cache - uses: actions/cache@v4 - with: - path: ${{ steps.go-cache-paths.outputs.go-build }} - key: ${{ runner.os }}-go-build-${{ hashFiles('**/go.sum') }} - run: go install github.com/mappu/miqt/cmd/miqt-docker@latest - run: ~/go/bin/miqt-docker win64-qt6-static -windows-build --tags=windowsqtstatic - name: Upload Windows binary @@ -83,7 +69,7 @@ jobs: path: ${{ steps.go-cache-paths.outputs.go-build }} key: ${{ runner.os }}-go-build-${{ hashFiles('**/go.sum') }} - run: go install github.com/mappu/miqt/cmd/miqt-docker@latest - - run: ~/go/bin/miqt-docker osxcross -build + - run: ~/go/bin/miqt-docker macos -build - name: Upload macOS binary uses: actions/upload-artifact@v4 with: