Skip to content

Commit 26fcbe5

Browse files
committed
ci: Install zstd in Windows build container
1 parent f4015c5 commit 26fcbe5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build-windows.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v4
3333
with:
3434
name: src
35+
- name: Install zstd
36+
if: ${{ matrix.arch == 'arm64' }}
37+
run: apt-get install zstd
3538
- name: Extract source package
3639
run: tar -xf xemu-${{ inputs.pkg_version }}.tar.zst --strip-components=2
3740
- name: Initialize compiler cache

0 commit comments

Comments
 (0)