Skip to content

Commit

Permalink
taa
Browse files Browse the repository at this point in the history
  • Loading branch information
tsjensen committed Dec 27, 2023
1 parent de4b6ab commit 128e743
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/boxes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,16 +62,14 @@ jobs:
- name: add-packages
uses: msys2/setup-msys2@v2
with:
# TODO update should be true eventually
update: false
msystem: MINGW32
update: true
msystem: MINGW64
install: >-
base-devel
bison
diffutils
dos2unix
flex
gcc
git
libiconv-devel
libunistring-devel
Expand All @@ -82,6 +80,7 @@ jobs:
vim
zip
pacboy: >-
gcc:p
cmocka:p
# - name: Provide win32 prerequisites
Expand Down

0 comments on commit 128e743

Please sign in to comment.