Skip to content

Commit 6bccdfe

Browse files
authored
Update build.yml
1 parent bd07a26 commit 6bccdfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v4
1313
- uses: msys2/setup-msys2@v2
1414
with:
15-
install: make mingw-w64-x86_64-gcc mingw-w64-x86_64-cmake mingw-w64-x86_64-python-jinja mingw-w64-x86_64-python-lxml mingw-w64-x86_64-SDL2 mingw-w64-x86_64-qt5-static
15+
install: make mingw-w64-x86_64-gcc mingw-w64-x86_64-cmake mingw-w64-x86_64-python-jinja mingw-w64-x86_64-python-lxml mingw-w64-x86_64-SDL2 mingw-w64-x86_64-qt5-static pacman -S mingw-w64-x86_64-pcre2
1616
- name: Build NanoBoyAdvance
1717
run: |
1818
cmake \

0 commit comments

Comments
 (0)