mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-12-26 10:24:14 +08:00
missing packages for CI
This commit is contained in:
parent
294385736e
commit
66d7b6a125
@ -76,6 +76,10 @@ apt install gcc-multilib g++-multilib -y # needed for 32-bit builds
|
|||||||
last_code=$((last_code + $?))
|
last_code=$((last_code + $?))
|
||||||
apt install clang -y
|
apt install clang -y
|
||||||
last_code=$((last_code + $?))
|
last_code=$((last_code + $?))
|
||||||
|
apt install libglx-dev -y # needed for overlay build (header files such as GL/glx.h)
|
||||||
|
last_code=$((last_code + $?))
|
||||||
|
apt install libgl-dev -y # needed for overlay build (header files such as GL/gl.h)
|
||||||
|
last_code=$((last_code + $?))
|
||||||
apt install binutils -y # (optional) contains the tool 'readelf' mainly, and other usefull binary stuff
|
apt install binutils -y # (optional) contains the tool 'readelf' mainly, and other usefull binary stuff
|
||||||
last_code=$((last_code + $?))
|
last_code=$((last_code + $?))
|
||||||
apt install tar -y # we need to extract packages
|
apt install tar -y # we need to extract packages
|
||||||
|
Loading…
x
Reference in New Issue
Block a user