Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix CI for Windows MSVC builds
  • Loading branch information
500-internal-server-error committed Feb 19, 2025
commit a2d86dbf31070b126493bb470d9afc56b2901eae
2 changes: 1 addition & 1 deletion .github/workflows/build_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
sudo apt install ${{ matrix.config.packages }}

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

Expand Down