Install deps

This commit is contained in:
Jared Szechy 2021-12-13 16:38:44 -05:00 committed by GitHub
parent df3f58b05e
commit a50f3b714f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -39,6 +39,11 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Install dependencies
run: |
sudo apt-add-repository ppa:szechyjs/dsd
sudo apt-get install -y libmbe-dev libsndfile1-dev libitpp-dev portaudio19-dev
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL