Fix conan failing to build wheel
This commit is contained in:
parent
aa9275aba4
commit
eb20ecf6bd
1 changed files with 3 additions and 2 deletions
5
.github/workflows/docker.sh
vendored
5
.github/workflows/docker.sh
vendored
|
@ -22,7 +22,7 @@ CACHEDIR=~/.ccache
|
||||||
ls -al $CACHEDIR
|
ls -al $CACHEDIR
|
||||||
###############################################
|
###############################################
|
||||||
# Install SDL
|
# Install SDL
|
||||||
SDL2VER=2.0.18
|
SDL2VER=2.0.22
|
||||||
#SDL2
|
#SDL2
|
||||||
cd $CACHEDIR
|
cd $CACHEDIR
|
||||||
if [[ ! -e SDL2-${SDL2VER} ]]; then
|
if [[ ! -e SDL2-${SDL2VER} ]]; then
|
||||||
|
@ -38,7 +38,8 @@ sdl2-config --version
|
||||||
cd /yuzu
|
cd /yuzu
|
||||||
###############################################
|
###############################################
|
||||||
|
|
||||||
pip3 install conan --upgrade
|
pip3 install conan --upgrade --no-cache-dir
|
||||||
|
pip3 install wheel
|
||||||
|
|
||||||
mkdir build && cd build
|
mkdir build && cd build
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue