URI: 
       github: Fix CI build on Windows - hugo - [fork] hugo port for 9front
  HTML git clone git@git.drkhsh.at/hugo.git
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
   DIR README
   DIR LICENSE
       ---
   DIR commit 6d4b0124129922305b01ff9a5e209049f900760c
   DIR parent e536d461a55c2ee6ec7b80afad5e152938783513
  HTML Author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
       Date:   Thu, 30 Nov 2023 19:22:29 +0100
       
       github: Fix CI build on Windows
       
       
       Diffstat:
         M .github/workflows/test.yml          |       4 ++--
       
       1 file changed, 2 insertions(+), 2 deletions(-)
       ---
   DIR diff --git 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: |