From 4f34a0b7d298dc202d4e48e18bd00fb280bb88b1 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sun, 1 Mar 2026 06:42:47 -0800 Subject: [PATCH] ci: fix windows CI checkouts with afl-min filenames --- .github/workflows/test.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7e6a9f911..6e6d8ab99 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -712,6 +712,11 @@ jobs: steps: - name: Checkout code uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + with: + sparse-checkout: | + /* + !test/fuzz-libghostty/corpus/vt-parser-cmin + !test/fuzz-libghostty/corpus/vt-parser-min # This could be from a script if we wanted to but inlining here for now # in one place.