core-agent-ide/.github/workflows
Michael Bolin 13e5b567f5
fix: install zstd on the windows-11-arm image used to cut a release (#3066)
https://github.com/openai/codex/pull/3062 added `windows-11-arm` to the
list of images used for building, but the job to build an alpha just
failed:

https://github.com/openai/codex/actions/runs/17415565601

with this error:

```
Creating archive: codex-aarch64-pc-windows-msvc.exe.zip

Add new data to archive: 1 file, 20484096 bytes (20 MiB)


Files read from disk: 1
Archive size: 7869619 bytes (7686 KiB)
Everything is Ok
C:\a\_temp\0e71926f-4d8a-42ae-a337-a9627acc9c57.sh: line 34: zstd: command not found
```

so allegedly this should fix it? I'm surprised this was not necessary
for the `windows-latest` image, though.
2025-09-02 14:23:51 -07:00
..
ci.yml chore(deps): bump actions/checkout from 4 to 5 (#2407) 2025-08-19 10:28:52 -07:00
cla.yml Fix CLA link in workflow (#964) 2025-05-16 17:11:57 -07:00
codespell.yml chore(deps): bump actions/checkout from 4 to 5 (#2407) 2025-08-19 10:28:52 -07:00
rust-ci.yml fix: leverage windows-11-arm for Windows ARM builds (#3062) 2025-09-02 12:56:09 -07:00
rust-release.yml fix: install zstd on the windows-11-arm image used to cut a release (#3066) 2025-09-02 14:23:51 -07:00