Skip to content

Commit

Permalink
ci: install zstd and lz4 on ci machines for bats test run
Browse files Browse the repository at this point in the history
  • Loading branch information
ResuBaka committed Nov 8, 2024
1 parent 6dd0225 commit 4a408b3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/linux-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,8 @@ set -x
# bats (for testing)
git clone --branch v1.2.1 https://github.com/bats-core/bats-core.git /tmp/bats-core && pushd /tmp/bats-core >/dev/null && sudo ./install.sh /usr/local

sudo apt-get update
sudo apt-get -y install zstd lz4

# Show info to simplify debugging
lsb_release -a

0 comments on commit 4a408b3

Please sign in to comment.