From 223bf2800488ad5d38854bbb595d789bc35ebe32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Thu, 7 Jul 2022 16:11:47 +0200 Subject: parser/pageparser: Don't store the byte slices On its own this change doesn't do any magic, but this is part of a bigger picture about making Hugo leaner in the memory usage department. --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.github/workflows') diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1403c4d57..e1b78e1a5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -50,6 +50,7 @@ jobs: - if: matrix.os == 'windows-latest' run: | choco install pandoc + choco install mingw --version 10.2.0 --allow-downgrade - run: pandoc -v - if: matrix.os == 'ubuntu-latest' name: Install dart-sass-embedded Linux -- cgit v1.2.3