Skip to content

Commit

Permalink
CI: update dependencies on Ubuntu.
Browse files Browse the repository at this point in the history
  • Loading branch information
kosua20 authored Aug 2, 2023
1 parent a80c9ee commit 7e90ccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7e90ccc

Please sign in to comment.