This commit is contained in:
Viktor Szakats 2025-09-10 14:50:26 +02:00
parent 3d67e70516
commit 886214adf8
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -722,7 +722,7 @@ jobs:
steps:
- name: 'install packages'
env:
INSTALL_PACKAGES: ${{ matrix.compiler == 'clang-tidy' && 'clang mingw-w64-x86-64-dev' || '' }}
INSTALL_PACKAGES: ${{ matrix.compiler == 'clang-tidy' && 'clang' || '' }}
run: |
sudo rm -f /var/lib/man-db/auto-update
sudo apt-get -o Dpkg::Use-Pty=0 install gcc-mingw-w64-x86-64-win32 ${INSTALL_PACKAGES}