From cff1c542d131f934a2ba18a3f3ae05a8de82fe2f Mon Sep 17 00:00:00 2001 From: suifei Date: Sat, 25 May 2024 20:51:42 +0800 Subject: [PATCH] chore: Update Windows workflow to include 7zip in the pacboy step --- .github/workflows/test.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 821fcf5..435c6ab 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,10 +11,10 @@ jobs: fail-fast: false matrix: include: - - { icon: '⬛', sys: mingw32 } + # - { icon: '⬛', sys: mingw32 } - { icon: '🟦', sys: mingw64 } - - { icon: '🟨', sys: ucrt64 } - - { icon: '🟧', sys: clang64 } + # - { icon: '🟨', sys: ucrt64 } + # - { icon: '🟧', sys: clang64 } name: 🚧${{ matrix.icon }} ${{ matrix.sys }} @@ -41,6 +41,7 @@ jobs: cmake:p ninja:p go:p + 7zip:p - name: '🚧 Install Fyne' run: |