Fix CI for Windows MSVC builds

This commit is contained in:
500-internal-server-error 2025-02-19 21:35:08 +07:00
parent 08f6074ade
commit a2d86dbf31
No known key found for this signature in database
GPG Key ID: 9877C47604EE72C2

View File

@ -139,7 +139,7 @@ jobs:
sudo apt install ${{ matrix.config.packages }} sudo apt install ${{ matrix.config.packages }}
- name: Install dependencies on windows (MSVC) - name: Install dependencies on windows (MSVC)
if: startsWith(matrix.config.os, 'windows') if: matrix.config.msystem == ''
run: | run: |
choco install ${{ matrix.config.packages }} choco install ${{ matrix.config.packages }}