diff options
author | Chris Robinson <[email protected]> | 2021-01-21 09:15:18 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2021-01-21 09:15:18 -0800 |
commit | 87dbeed8536b35a37f9a84510a8da1546b2d76c5 (patch) | |
tree | 25979f8046f2b94672c6513e96d918e7ab9fc325 /.github | |
parent | fb6585cf187c33931eb3eed60963e0186d58dacd (diff) |
Update apt before installing dependencies
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5c8b7423..edf853c7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: -DALSOFT_REQUIRE_PORTAUDIO=ON \ -DALSOFT_REQUIRE_PULSEAUDIO=ON \ -DALSOFT_REQUIRE_JACK=ON", - deps_cmdline: "sudo apt-get install -qq \ + deps_cmdline: "sudo apt update && sudo apt-get install -qq \ libpulse-dev \ portaudio19-dev \ libasound2-dev \ |