From 130fbfc2bfa8f126de4725adf50821413e57ec72 Mon Sep 17 00:00:00 2001 From: Austin Eng Date: Mon, 30 Oct 2023 11:10:31 -0700 Subject: [PATCH] Update cmake.yml to fetch test deps and shallow clone --- .github/workflows/cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index bc43be16201..0b7f1547c76 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -67,7 +67,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Fetch dependencies - run: python ./tools/fetch_dawn_dependencies.py + run: python ./tools/fetch_dawn_dependencies.py --use-test-deps --shallow - name: Configure CMake # Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.