diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 94e29e9..2392c0c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -33,7 +33,7 @@ jobs: # Runs a set of commands using the runners shell - name: Build on Docker run: | - #docker exec build_runtime cp_install.sh /workspace/host/Platform_FVP_Corstone_SSE-300_Ethos-U55/packlist + docker exec build_runtime cp_install.sh /workspace/host/Platform_FVP_Corstone_SSE-300_Ethos-U55/packlist docker exec -w /workspace/host/Platform_FVP_Corstone_SSE-300_Ethos-U55 build_runtime cbuild.sh /workspace/host/Platform_FVP_Corstone_SSE-300_Ethos-U55/microspeech.Example.cprj - name: Prepare VHT Testsuite