Skip to content

Commit e292c43

Browse files
committed
fix: Install zstd
1 parent 15f39f5 commit e292c43

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
packages: write
1414
steps:
1515
- uses: actions/checkout@v5
16+
- name: Install zstd
17+
run: sudo apt-get install -y zstd
1618
- name: Set up JDK 25
1719
uses: actions/setup-java@v5
1820
with:

0 commit comments

Comments
 (0)