fix: install zstd on the windows-11-arm image used to cut a release

This commit is contained in:
Michael Bolin
2025-09-02 14:03:55 -07:00
parent 7bcdc5cc7c
commit 1e1c09081e

View File

@@ -111,6 +111,11 @@ jobs:
cp target/${{ matrix.target }}/release/codex "$dest/codex-${{ matrix.target }}"
fi
- if: ${{ matrix.runner == 'windows-11-arm' }}
name: Install zstd
shell: powershell
run: choco install -y zstandard
- name: Compress artifacts
shell: bash
run: |