Remove figlet installation for Windows builds

Windows figlet installation was unreliable in CI. Tests will
gracefully skip when figlet is not available.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-11-09 03:54:12 +01:00
parent 9e2b97490d
commit 6ce7ce03c6

View File

@@ -76,10 +76,6 @@ jobs:
if: matrix.os == 'macos-latest'
run: brew install figlet
- name: Install figlet (Windows)
if: matrix.os == 'windows-latest'
run: winget install --id GnuWin32.Figlet -e --accept-source-agreements --accept-package-agreements
- name: Cache cargo registry
uses: actions/cache@v3
with: