diff options
author | Bjørn Erik Pedersen <[email protected]> | 2022-07-07 16:11:47 +0200 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2022-07-09 16:03:11 +0200 |
commit | 223bf2800488ad5d38854bbb595d789bc35ebe32 (patch) | |
tree | 84b04f8f50b4450cf5f87943befe31fd9d7b8b90 /.github | |
parent | 72b0ccdb010fcdfeb3bb4a955d4fc04529816c0d (diff) | |
download | hugo-223bf2800488ad5d38854bbb595d789bc35ebe32.tar.gz hugo-223bf2800488ad5d38854bbb595d789bc35ebe32.zip |
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.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/test.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |