mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-23 21:53:09 +02:00
github: Fix CI build on Windows
This commit is contained in:
committed by
GitHub
parent
e536d461a5
commit
6d4b012412
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: |
|
||||||
|
Reference in New Issue
Block a user