mirror of
https://github.com/yuzu-emu/yuzu-emu.github.io.git
synced 2025-07-17 13:18:12 +00:00
CI: refresh APT cache before installing packages
This commit is contained in:
parent
ee67479a1c
commit
3df68119f1
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue