From af9cda5c896d4db859f3a75b642bff8337076876 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Kr=C3=B6ning?= Date: Fri, 18 Jun 2021 16:23:30 +0200 Subject: [PATCH] CI: Rename package installation step --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dc6b709..7e5f6ec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: profile: minimal toolchain: stable override: true - - name: Install libdbus + - name: Install packages run: | sudo apt-get update sudo apt-get install libdbus-1-dev