Skip to content

Commit 09b3688

Browse files
committed
python
1 parent 4224f3b commit 09b3688

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/release-windows-mingw.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,15 @@ jobs:
4444
# TODO: install mingw-w64-x86_64-make and use mingw32.make instead - currently fails with "Windows Subsystem for Linux has no installed distributions."
4545
install: >-
4646
mingw-w64-x86_64-lld
47-
mingw-w64-x86_64-ccache
4847
make
4948
mingw-w64-x86_64-gcc
49+
python
5050
5151
- name: Build cppcheck
5252
run: |
5353
export PATH="/mingw64/lib/ccache/bin:$PATH"
5454
# set RDYNAMIC to work around broken MinGW detection
55-
# use lld for faster linking
56-
make VERBOSE=1 RDYNAMIC=-lshlwapi LDOPTS=-fuse-ld=lld -j$(nproc) CXXFLAGS=-O2 MATCHCOMPILER=yes cppcheck
55+
make VERBOSE=1 RDYNAMIC=-lshlwapi -j$(nproc) CXXFLAGS=-O2 MATCHCOMPILER=yes cppcheck
5756
5857
- name: Package
5958
run: |

0 commit comments

Comments
 (0)