mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-11-23 11:15:34 +08:00
Install required i386 deps on runner
This commit is contained in:
parent
a86de0f61c
commit
787663dff7
1
.github/workflows/emu-build-all-linux.yml
vendored
1
.github/workflows/emu-build-all-linux.yml
vendored
@ -100,6 +100,7 @@ jobs:
|
||||
# sudo apt install -y clang
|
||||
sudo apt install -y libglx-dev # needed for overlay build (header files such as GL/glx.h)
|
||||
sudo apt install -y libgl-dev # needed for overlay build (header files such as GL/gl.h)
|
||||
sudo apt install -y libx11-dev:i386 # needed for overlay build
|
||||
# sudo apt install -y binutils # (optional) contains the tool 'readelf' mainly, and other usefull binary stuff
|
||||
|
||||
# build target
|
||||
|
1
.github/workflows/emu-deps-linux.yml
vendored
1
.github/workflows/emu-deps-linux.yml
vendored
@ -76,6 +76,7 @@ jobs:
|
||||
# sudo apt install -y clang
|
||||
sudo apt install -y libglx-dev # needed for overlay build (header files such as GL/glx.h)
|
||||
sudo apt install -y libgl-dev # needed for overlay build (header files such as GL/gl.h)
|
||||
sudo apt install -y libx11-dev:i386 # needed for overlay build
|
||||
# sudo apt install -y binutils # (optional) contains the tool 'readelf' mainly, and other usefull binary stuff
|
||||
|
||||
- name: "Build deps"
|
||||
|
Loading…
Reference in New Issue
Block a user