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.