From 8d2be0a8f4f0382d8c0fa65c64fe1d46d131eefc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Laban?= Date: Thu, 1 Aug 2024 22:46:02 -0400 Subject: [PATCH] chore: Restore full build --- .github/workflows/runtime-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/runtime-ci.yml b/.github/workflows/runtime-ci.yml index 4bd3287..d8f31c0 100644 --- a/.github/workflows/runtime-ci.yml +++ b/.github/workflows/runtime-ci.yml @@ -73,7 +73,7 @@ jobs: run: | $env:MonoEnableAssertMessages=true # enable emsdk assert messages cd runtime - .\build.cmd -arch wasm -os browser -subset mono /p:RuntimeFlavor=Mono -c $env:BUILD_CONFIGURATION $env:ADDITIONAL_BUILD_ARGS "/p:MonoWasmBuildVariant=singlethread" /p:TestAssemblies=false /p:CrossBuild=false /bl:ci-artifacts\msbuild.binlog + .\build.cmd -arch wasm -os browser -subset mono+libs /p:RuntimeFlavor=Mono -c $env:BUILD_CONFIGURATION $env:ADDITIONAL_BUILD_ARGS "/p:MonoWasmBuildVariant=singlethread" /p:TestAssemblies=false /p:CrossBuild=false /bl:ci-artifacts\msbuild.binlog - name: Create artifact structure run: |