use arch rather than hardcode x86_64 in espeak-ng-data paths - #732
use arch rather than hardcode x86_64 in espeak-ng-data paths#732mcarans wants to merge 2 commits into
Conversation
|
@oocube @LW-archlinux are either of you able to test this? |
|
install_packages_root.sh is only called from test_builds.yaml and build-all.yaml which are in .github/worklows folder . As for paths surrounded by double quotes : paths without spaces in them don't need them. I think post_build.sh is called by meson install so it should affect all builds ? |
Basically does what's in this PR:
#557