CI: refresh APT cache before installing packages

This commit is contained in:
liushuyu 2021-09-12 17:03:52 -06:00
parent ee67479a1c
commit 3df68119f1
No known key found for this signature in database
GPG key ID: 23D1CE4534419437

View file

@ -18,7 +18,7 @@ jobs:
with:
submodules: true
- name: Install dependencies
run: sudo apt-get install graphicsmagick
run: sudo apt-get update && sudo apt-get install graphicsmagick
- name: Build
env:
GITHUB_WIKI_URL: 'https://github.com/yuzu-emu/yuzu.wiki.git'