aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorMatthew Gregan <[email protected]>2021-11-02 09:27:33 +1300
committerMatthew Gregan <[email protected]>2021-11-02 09:27:33 +1300
commit8d8f88036625eabf4fdbdb25074c8c22c07d89bb (patch)
treefe01b60b2b0228ef1e381ad7546ad3b14e4019e5 /.github/workflows
parentf132be2032d9464e0ddc44fa875fd8e3e5f45aa2 (diff)
downloadcubeb-8d8f88036625eabf4fdbdb25074c8c22c07d89bb.tar.gz
cubeb-8d8f88036625eabf4fdbdb25074c8c22c07d89bb.zip
CI: Update apt package index before install.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 710bd6c..3cee61b 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -18,7 +18,7 @@ jobs:
submodules: true
- name: Install Dependencies (Linux)
- run: sudo apt-get install libpulse-dev pulseaudio
+ run: sudo apt-get update && sudo apt-get install libpulse-dev pulseaudio
if: matrix.os == 'ubuntu-20.04'
- name: Start Sound Server (Linux)