diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3f86c1c1df71..df6cc681a3b8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -81,10 +81,9 @@ jobs: PATH=$PATH:/opt/conda/bin make -C backend/python/huggingface # Pre-build piper before we start tests in order to have shared libraries in place - make go-piper && \ - GO_TAGS="tts" make -C go-piper piper.o && \ - sudo cp -rfv go-piper/piper/build/pi/lib/. /usr/lib/ && \ - + make sources/go-piper && \ + GO_TAGS="tts" make -C sources/go-piper piper.o && \ + sudo cp -rfv sources/go-piper/piper/build/pi/lib/. /usr/lib/ && \ # Pre-build stable diffusion before we install a newer version of abseil (not compatible with stablediffusion-ncn) GO_TAGS="stablediffusion tts" GRPC_BACKENDS=backend-assets/grpc/stablediffusion make build