Update OpenSUSE and Ubuntu package dependencies

This commit is contained in:
Geoffrey D. Bennett
2024-03-12 00:58:08 +10:30
parent 1247f8172d
commit fdf8c50413
2 changed files with 4 additions and 4 deletions

View File

@@ -19,7 +19,7 @@ jobs:
- name: Install build dependencies
run: |
sudo apt -y update
sudo apt -y install git make gcc libgtk-4-dev libasound2-dev
sudo apt -y install git make gcc libgtk-4-dev libasound2-dev libssl-dev
- name: Build from sources
run: |