]> www.infradead.org Git - users/mchehab/rasdaemon.git/commitdiff
Fix create release workflow
authorMauro Carvalho Chehab <mchehab@kernel.org>
Sat, 18 Feb 2023 17:26:33 +0000 (18:26 +0100)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Sat, 18 Feb 2023 17:26:33 +0000 (18:26 +0100)
make dist-bzip2 requires configure to work, which, in turn, depends
on having some tools installed.

Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
.github/workflows/on_tag.yml

index e4080105564fde5cba772f6f42981cb5b4d0d699..71f2b09ee9ed21d24ee1e3215850a1f2d993009f 100644 (file)
@@ -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