diff options
author | Bjørn Erik Pedersen <[email protected]> | 2023-11-30 19:22:29 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2023-11-30 19:22:29 +0100 |
commit | 6d4b0124129922305b01ff9a5e209049f900760c (patch) | |
tree | 4b6125e479bf82215a4b10d9586a88c1ababd91c /.github | |
parent | e536d461a55c2ee6ec7b80afad5e152938783513 (diff) | |
download | hugo-6d4b0124129922305b01ff9a5e209049f900760c.tar.gz hugo-6d4b0124129922305b01ff9a5e209049f900760c.zip |
github: Fix CI build on Windows
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/test.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f929aefd1..c7dba1f91 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -58,11 +58,11 @@ jobs: brew install pandoc - if: matrix.os == 'windows-latest' run: | - Choco-Install -PackageName pandoc + choco install pandoc - run: pandoc -v - if: matrix.os == 'windows-latest' run: | - Choco-Install -PackageName mingw -ArgumentList "--version","12.2.0","--allow-downgrade" + choco install mingw - if: matrix.os == 'ubuntu-latest' name: Install dart-sass Linux run: | |