CI Fix: Update repositories before installing

This commit is contained in:
samuel-w 2020-06-22 03:16:46 -05:00 committed by GitHub
parent c554875a36
commit 30245cb451
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ jobs:
- name: Install system dependencies (Linux)
if: runner.os == 'Linux'
run: |
sudo apt install -y \
sudo apt update && sudo apt install -y \
xvfb herbstluftwm libssl-dev openssl libacl1-dev libacl1 build-essential \
libxkbcommon-x11-0 dbus-x11
- name: Install system dependencies (macOS)