From 7dd89f2ca28f6ef9976b28cfcb7817bd41bfdb3f Mon Sep 17 00:00:00 2001 From: Gangzheng Tong Date: Wed, 2 Jul 2025 14:51:45 -0700 Subject: Remove swiftshader (#7600) --- .github/actions/common-setup/action.yml | 18 ------------------ 1 file changed, 18 deletions(-) (limited to '.github/actions/common-setup') diff --git a/.github/actions/common-setup/action.yml b/.github/actions/common-setup/action.yml index 632a14485..a3b219c15 100644 --- a/.github/actions/common-setup/action.yml +++ b/.github/actions/common-setup/action.yml @@ -108,24 +108,6 @@ runs: echo "Clang_DIR=${{ github.workspace }}/build/llvm-project-install" >> "$GITHUB_ENV" fi - # Install swiftshader - - uses: robinraju/release-downloader@v1.11 - continue-on-error: true - with: - latest: true - repository: "shader-slang/swiftshader" - out-file-path: "swiftshader" - extract: true - fileName: "vk_swiftshader_${{inputs.os}}_${{inputs.platform}}.zip" - - - name: Install SwiftShader - shell: bash - run: | - case "${{inputs.os}}" in - windows*) echo "${{github.workspace}}/swiftshader/" >> "$GITHUB_PATH";; - *) echo "LD_LIBRARY_PATH=${LD_LIBRARY_PATH:+${LD_LIBRARY_PATH}:}${{github.workspace}}/swiftshader" >> "$GITHUB_ENV";; - esac - # Put spirv-tools in path - shell: bash run: | -- cgit v1.2.3