Skip to content
This repository has been archived by the owner on Feb 3, 2024. It is now read-only.

Commit

Permalink
Support Zstandard (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
aurexav authored Jul 21, 2022
1 parent 73ab385 commit f93b990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: |
apt update -y
apt install --no-install-recommends -y \
ca-certificates curl git \
ca-certificates curl git zstd \
clang make gcc g++
- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit f93b990

Please sign in to comment.