use .conan cache
link to conan cached files to speedup build
This commit is contained in:
parent
8aa09a673c
commit
4e14103b4c
1 changed files with 1 additions and 0 deletions
1
.github/workflows/docker.sh
vendored
1
.github/workflows/docker.sh
vendored
|
@ -5,6 +5,7 @@ BRANCH=`echo ${GITHUB_REF##*/}`
|
|||
ver=$(cat /yuzu/README.md | grep -o 'early-access [[:digit:]]*' | cut -c 14-17)
|
||||
title="yuzu Early Access $ver"
|
||||
|
||||
ln -s /home/yuzu/.conan /root
|
||||
|
||||
yuzupatch=( $(ls -d patches/* ) )
|
||||
for i in "${yuzupatch[@]}"; do patch -p1 < "$i"; done
|
||||
|
|
Loading…
Reference in a new issue