fix conan write permissions
This commit is contained in:
parent
702d42abe8
commit
5d53880ba2
1 changed files with 0 additions and 2 deletions
2
.github/workflows/docker.sh
vendored
2
.github/workflows/docker.sh
vendored
|
@ -6,8 +6,6 @@ build_date=$(date +%F -r .)
|
|||
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