Skip to content

Commit ccaef66

Browse files
committed
fix: Install libzstd1 libzstd-dev
libzstd1 is the runtime library, which was missed. Ooops!
1 parent 18b81a1 commit ccaef66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v5
1616
- name: Install libzstd
17-
run: sudo apt-get install -y libzstd
17+
run: sudo apt-get install -y libzstd1 libzstd-dev
1818
- name: Set up JDK 25
1919
uses: actions/setup-java@v5
2020
with:

0 commit comments

Comments
 (0)