Skip to content

Commit 18b81a1

Browse files
committed
fix: Install libzstd
1 parent e292c43 commit 18b81a1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +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
16+
- name: Install libzstd
17+
run: sudo apt-get install -y libzstd
1818
- name: Set up JDK 25
1919
uses: actions/setup-java@v5
2020
with:

0 commit comments

Comments
 (0)