mirror of
https://github.com/yuzu-emu/liftinstall.git
synced 2024-11-22 11:45:41 +01:00
fix(ci): fix CI
This commit is contained in:
parent
a8db5ff8c4
commit
2120abf299
2
.github/workflows/test-build.yml
vendored
2
.github/workflows/test-build.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
||||
rust-version: stable
|
||||
|
||||
- name: Install dependencies
|
||||
run: sudo apt-get update && sudo apt-get install -y libwebkit2gtk-4.0-dev libssl-dev
|
||||
run: sudo apt-get update && sudo apt-get install -y libwebkit2gtk-4.0-dev libssl-dev libappindicator3-dev
|
||||
if: runner.os == 'Linux'
|
||||
|
||||
- name: Get yarn cache directory path
|
||||
|
Loading…
Reference in New Issue
Block a user