Skip to content

Commit

Permalink
chore: Update Windows workflow to include 7zip in the pacboy step
Browse files Browse the repository at this point in the history
  • Loading branch information
suifei committed May 25, 2024
1 parent bbe5289 commit cff1c54
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand All @@ -41,6 +41,7 @@ jobs:
cmake:p
ninja:p
go:p
7zip:p
- name: '🚧 Install Fyne'
run: |
Expand Down

0 comments on commit cff1c54

Please sign in to comment.