summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-07-16 14:40:02 +0200
committerFlorian Bruhin <me@the-compiler.org>2020-07-16 14:40:02 +0200
commit13fc4604ba3eef6f42b45bf0e9b52d60419813bb (patch)
treea1cc6131c5abc78720a27e3b674ddabdfc707b25 /.github
parenta72849ccee67d33124d9305487cb74e522abcaa3 (diff)
downloadqutebrowser-13fc4604ba3eef6f42b45bf0e9b52d60419813bb.tar.gz
qutebrowser-13fc4604ba3eef6f42b45bf0e9b52d60419813bb.zip
ci: Run apt-get update
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 4ffea6cb2..9139117ae 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -157,7 +157,9 @@ jobs:
- name: Set up problem matchers
run: "python scripts/dev/ci/problemmatchers.py ${{ matrix.testenv }} ${{ runner.temp }}"
- name: Install apt dependencies
- run: sudo apt-get install --no-install-recommends libyaml-dev libegl1-mesa libxkbcommon-x11-0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-xinerama0
+ run: |
+ sudo apt-get update
+ sudo apt-get install --no-install-recommends libyaml-dev libegl1-mesa libxkbcommon-x11-0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-xinerama0
if: "startsWith(matrix.os, 'ubuntu-')"
- name: Install dependencies
run: |