mirror of
https://github.com/gulrak/filesystem.git
synced 2025-12-06 16:56:40 +08:00
Fix CI for Windows MSVC builds
This commit is contained in:
parent
08f6074ade
commit
a2d86dbf31
2
.github/workflows/build_cmake.yml
vendored
2
.github/workflows/build_cmake.yml
vendored
@ -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 }}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user