]> www.infradead.org Git - users/mchehab/rasdaemon.git/commitdiff
ci.yml: fix workflow to build rasdaemon
authorMauro Carvalho Chehab <mchehab@kernel.org>
Sat, 18 Feb 2023 13:04:51 +0000 (14:04 +0100)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Sat, 18 Feb 2023 16:39:39 +0000 (17:39 +0100)
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
.github/workflows/ci.yml
.github/workflows/on_tag.yml

index 9486f584239ec577c0960a74906c4f69ce505aca..b27d8a0486ac609d20997acac02c405163b715e2 100644 (file)
@@ -17,7 +17,7 @@ jobs:
       - name: prepare
         run: |
           sudo apt-get update
-          sudo apt-get install -y build-essential sqlite3 libtraceevent-dev
+          sudo apt-get install -y build-essential libsqlite3-dev sqlite3 libtraceevent-dev libtraceevent1
       - name: build
         run: |
           autoreconf -vfi
index da42b1953b954ee5496dca780ecd213bf49b3265..e4080105564fde5cba772f6f42981cb5b4d0d699 100644 (file)
@@ -21,7 +21,7 @@ jobs:
           echo "version=$(cat version)" >> $GITHUB_ENV
       - name: Create Release
         id: create_release
-        uses: actions/create-release@v1
+        uses: actions/create-release@latest
         env:
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
         with: