Skip to content

Commit 333caf2

Browse files
committed
fixup! .github: workflow updated: build lua for windows
1 parent 0484a18 commit 333caf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- name: Install packages
18-
run: sudo apt-get install -y mingw-w64-i686-dev mingw-w64-x86-64-dev build-essential
18+
run: sudo apt-get install --no-install-recommends -y gcc-mingw-w64 mingw-w64-i686-dev mingw-w64-x86-64-dev build-essential
1919

2020
- name: Check out repository code
2121
uses: actions/checkout@v4

0 commit comments

Comments
 (0)