ci: fix windows CI checkouts with afl-min filenames

This commit is contained in:
Mitchell Hashimoto
2026-03-01 06:42:47 -08:00
parent 2685efca7a
commit 4f34a0b7d2

View File

@@ -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.