]> git.maquefel.me Git - brevno-suite/hugo/commitdiff
github: Fix CI build on Windows
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Thu, 30 Nov 2023 18:22:29 +0000 (19:22 +0100)
committerGitHub <noreply@github.com>
Thu, 30 Nov 2023 18:22:29 +0000 (19:22 +0100)
.github/workflows/test.yml

index f929aefd1a59a798553bd93b3c85433e3dcf9236..c7dba1f913f0f7fd3547fc1d7a47263be6353ff4 100644 (file)
@@ -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: |