From a698b5d229e91580f294b3cb9494acf0d1c4c8aa Mon Sep 17 00:00:00 2001 From: uncor3 Date: Sun, 14 Sep 2025 17:25:06 +0000 Subject: [PATCH] update workflow --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5c7d3d0..966f9b4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -54,6 +54,7 @@ jobs: mingw-w64-x86_64-curl mingw-w64-x86_64-openssl mingw-w64-x86_64-libzip + mingw-w64-x86_64-go p7zip - name: Download and Extract Bonjour SDK (Windows) @@ -111,7 +112,7 @@ jobs: modules: 'qtmultimedia qtlocation qtpositioning qtserialport' - name: Set up Go (Linux) - if: runner.os == 'Linux' || runner.os == 'Windows' + if: runner.os == 'Linux' uses: actions/setup-go@v6 with: go-version: '^1.23.0'