Skip to content

Commit

Permalink
CI: update Ubuntu dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
kosua20 authored Aug 2, 2023
1 parent 7e90ccc commit b9b8742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Dependencies-ubuntu
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: Dependencies-macos
if: startsWith(matrix.os, 'macos')
Expand Down

0 comments on commit b9b8742

Please sign in to comment.