From 914900f5098249e6df7dbc6c66cefb8ce36c036c Mon Sep 17 00:00:00 2001 From: Cristopfer Luis Viana da Silva Date: Mon, 5 Feb 2024 22:01:40 +0000 Subject: [PATCH] teste: apt --- .github/workflows/release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 632a604..106bad7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -51,6 +51,10 @@ jobs: asset_name: cockpit-sensors.deb tag: ${{ github.ref }} + + - name: Install RPM + run: apt update + - name: Install RPM run: apt install rpm