From 1e1c09081ec1561ee8ec73a90356fecb804d3c43 Mon Sep 17 00:00:00 2001 From: Michael Bolin Date: Tue, 2 Sep 2025 14:03:55 -0700 Subject: [PATCH] fix: install zstd on the windows-11-arm image used to cut a release --- .github/workflows/rust-release.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/rust-release.yml b/.github/workflows/rust-release.yml index c0fe1b2167..a765ba6a33 100644 --- a/.github/workflows/rust-release.yml +++ b/.github/workflows/rust-release.yml @@ -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: |