From: Mauro Carvalho Chehab Date: Sat, 18 Feb 2023 17:26:33 +0000 (+0100) Subject: Fix create release workflow X-Git-Tag: v0.8.1~92 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=fa91c2ba4495c2d545f40a29578cddd5977569b3;p=users%2Fmchehab%2Frasdaemon.git Fix create release workflow make dist-bzip2 requires configure to work, which, in turn, depends on having some tools installed. Signed-off-by: Mauro Carvalho Chehab --- diff --git a/.github/workflows/on_tag.yml b/.github/workflows/on_tag.yml index e408010..71f2b09 100644 --- a/.github/workflows/on_tag.yml +++ b/.github/workflows/on_tag.yml @@ -30,6 +30,10 @@ jobs: body_path: body_file.tmp draft: false prerelease: true + - name: prepare + run: | + sudo apt-get update + sudo apt-get install -y build-essential sqlite3 libtraceevent-dev libtraceevent1 - name: Create Source Package for version ${{ env.version }} run: | autoreconf -vfi