Skip to content

Commit

Permalink
Cache libjack
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigodzf committed Mar 24, 2023
1 parent 26bf0bc commit f892388
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,10 @@ jobs:
uses: actions/checkout@v3

- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y libjack-jackd2-dev
uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: libjack-jackd2-dev
version: 1.0

- name: Build
run: |
Expand Down

0 comments on commit f892388

Please sign in to comment.