From 7e90ccc68e74bf2ce2fe75777aafe7a046ec3250 Mon Sep 17 00:00:00 2001 From: Simon Rodriguez Date: Wed, 2 Aug 2023 23:43:50 +0200 Subject: [PATCH] CI: update dependencies on Ubuntu. --- .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 7b6878c..86d135e 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -25,7 +25,7 @@ jobs: - name: Dependencies if: startsWith(matrix.os, 'ubuntu') shell: bash - run: sudo apt-get update -y && sudo apt-get install -yq xorg-dev libgtk-3-dev libasound2-dev + run: sudo apt-get update -y && sudo apt-get install -yq xorg-dev libgtk-3-dev libasound2-dev libnotify-dev - name: Configure shell: bash