Skip to content

Commit

Permalink
asd
Browse files Browse the repository at this point in the history
  • Loading branch information
tsjensen committed Dec 27, 2023
1 parent 0dbe233 commit 2d30249
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/boxes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
update: true
msystem: MINGW64
install: >-
base-devel
bison
diffutils
dos2unix
Expand All @@ -75,12 +76,11 @@ jobs:
vim
zip
pacboy: >-
base-devel:p
gcc:p
libiconv-devel:p
libunistring-devel:p
ncurses-devel:p
pcre2-devel:p
libiconv:p
libunistring:p
ncurses:p
pcre2:p
cmocka:p
- name: Provide win32 prerequisites
Expand All @@ -89,6 +89,7 @@ jobs:
echo -------------------------------------------------------------------------------------------
echo | gcc -E -Wp,-v -
echo -------------------------------------------------------------------------------------------
pacboy origin xxd.exe
zip -r usr-include.zip /usr/include
ls -lF / > ls-root.txt
cat ls-root.txt
Expand Down

0 comments on commit 2d30249

Please sign in to comment.