Skip to content

Commit

Permalink
chore: fix release action
Browse files Browse the repository at this point in the history
  • Loading branch information
speed47 committed Sep 15, 2023
1 parent a13ca74 commit 93c011e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
- name: compile with zstd autodetection (none)
run: |
sudo apt-get remove --purge -y libzstd-dev
make clean && ./configure && make -j$(nproc) && ./ttyrec -V
if ./ttyrec -V | grep -qF 'zstd'; then
exit 1
Expand Down

0 comments on commit 93c011e

Please sign in to comment.