mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-19 09:54:54 +00:00
ci: install some packages for linux
This commit is contained in:
parent
c7e73c8960
commit
a353da81b7
1 changed files with 4 additions and 0 deletions
4
.github/workflows/linux.yml
vendored
4
.github/workflows/linux.yml
vendored
|
@ -23,6 +23,10 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: Install dev packages
|
||||||
|
run: |
|
||||||
|
sudo apt install libxext-dev doxygen libgl-dev
|
||||||
|
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue