From 93c011ef35795be7b08798f6f829265e43e08b23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Lesimple?= Date: Fri, 15 Sep 2023 14:39:15 +0000 Subject: [PATCH] chore: fix release action --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ffb0405..a20e045 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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