# gokul - while testing a circuit-json-to-kicad r... Channel: #contributor Source: https://discord.com/channels/1233487248129921135/1536060408144732252 Started: 2026-08-09T17:15:40.332000+00:00 Last activity: 2026-08-10T14:46:28.835000+00:00 ## gokul — 2026-08-09T17:15:39.924000+00:00 while testing a circuit-json-to-kicad repro, I noticed that the GitHub test workflow fails before running any tests. `oven-sh/setup-bun` downloads Bun as a ZIP, but the KiCad container cannot find `unzip`. Re-running gives the same error. Is this a known issue, and should the workflow install `unzip` before setting up Bun? <@809856037376491570> <@757706909351411845> (https://github.com/tscircuit/circuit-json-to-kicad/pull/406) ## Rishabh — 2026-08-10T04:34:16.790000+00:00 rebase with main, it should work now ## gokul — 2026-08-10T14:46:28.835000+00:00 Rebased with main, and the repro test is passing now. Thanks! <@809856037376491570>