mirror of
https://github.com/gulrak/filesystem.git
synced 2025-12-06 16:56:40 +08:00
Fix CI
This commit is contained in:
parent
a2d86dbf31
commit
e12be06b23
4
.github/workflows/build_cmake.yml
vendored
4
.github/workflows/build_cmake.yml
vendored
@ -139,12 +139,12 @@ jobs:
|
||||
sudo apt install ${{ matrix.config.packages }}
|
||||
|
||||
- name: Install dependencies on windows (MSVC)
|
||||
if: matrix.config.msystem == ''
|
||||
if: startsWith(matrix.config.os, 'windows') && matrix.config.msystem == ''
|
||||
run: |
|
||||
choco install ${{ matrix.config.packages }}
|
||||
|
||||
- name: Install dependencies on windows (MSYS2)
|
||||
if: matrix.config.msystem != ''
|
||||
if: startsWith(matrix.config.os, 'windows') && matrix.config.msystem != ''
|
||||
uses: msys2/setup-msys2@v2
|
||||
with:
|
||||
msystem: ${{ matrix.config.msystem }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user