diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b48afd3..f676cf2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -118,12 +118,12 @@ jobs: - name: Synthesize the variants run: | - echo "Synthesizing variants: $VARIANTS" build/envelope-tool synthesize \ --toit-root=toit \ --output-root=synthesized \ --sdk-path=build/host/sdk \ --variants-root=variants \ + --build-root=build \ $VARIANTS - name: Build the variants