mirror of
https://github.com/yuzu-emu/yuzu-emu.github.io.git
synced 2025-07-17 21:28:10 +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:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: sudo apt-get install graphicsmagick
|
run: sudo apt-get update && sudo apt-get install graphicsmagick
|
||||||
- name: Build
|
- name: Build
|
||||||
env:
|
env:
|
||||||
GITHUB_WIKI_URL: 'https://github.com/yuzu-emu/yuzu.wiki.git'
|
GITHUB_WIKI_URL: 'https://github.com/yuzu-emu/yuzu.wiki.git'
|
||||||
|
|
Loading…
Reference in a new issue