We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0484a18 commit 333caf2Copy full SHA for 333caf2
.github/workflows/publish.yml
@@ -15,7 +15,7 @@ jobs:
15
16
steps:
17
- name: Install packages
18
- run: sudo apt-get install -y mingw-w64-i686-dev mingw-w64-x86-64-dev build-essential
+ run: sudo apt-get install --no-install-recommends -y gcc-mingw-w64 mingw-w64-i686-dev mingw-w64-x86-64-dev build-essential
19
20
- name: Check out repository code
21
uses: actions/checkout@v4
0 commit comments