From b1f564b0974303e330ca3370651696191d40aa51 Mon Sep 17 00:00:00 2001 From: venkataram-nv Date: Thu, 27 Jun 2024 11:04:26 -0700 Subject: Include examples in default build (#4482) * Include examples in default build * Omit building examples on unnecessary CI workflows --- .github/workflows/compile-regression-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/compile-regression-test.yml') diff --git a/.github/workflows/compile-regression-test.yml b/.github/workflows/compile-regression-test.yml index ff5598560..962b2cf54 100644 --- a/.github/workflows/compile-regression-test.yml +++ b/.github/workflows/compile-regression-test.yml @@ -34,7 +34,7 @@ jobs: uses: microsoft/setup-msbuild@v1 - name: build run: | - .\premake.bat vs2019 --arch=${{matrix.platform}} --deps=true --no-progress=true --enable-cuda=true + .\premake.bat vs2019 --arch=${{matrix.platform}} --deps=true --no-progress=true --enable-cuda=true --enable-examples=false .\make-slang-tag-version.bat -- cgit v1.2.3