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:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user