github: Fix CI build on Windows
This commit is contained in:
parent
e536d461a5
commit
6d4b012412
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -58,11 +58,11 @@ jobs:
|
||||||
brew install pandoc
|
brew install pandoc
|
||||||
- if: matrix.os == 'windows-latest'
|
- if: matrix.os == 'windows-latest'
|
||||||
run: |
|
run: |
|
||||||
Choco-Install -PackageName pandoc
|
choco install pandoc
|
||||||
- run: pandoc -v
|
- run: pandoc -v
|
||||||
- if: matrix.os == 'windows-latest'
|
- if: matrix.os == 'windows-latest'
|
||||||
run: |
|
run: |
|
||||||
Choco-Install -PackageName mingw -ArgumentList "--version","12.2.0","--allow-downgrade"
|
choco install mingw
|
||||||
- if: matrix.os == 'ubuntu-latest'
|
- if: matrix.os == 'ubuntu-latest'
|
||||||
name: Install dart-sass Linux
|
name: Install dart-sass Linux
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Reference in a new issue