summaryrefslogtreecommitdiffstats
path: root/.github/actions
diff options
context:
space:
mode:
authorGangzheng Tong <tonggangzheng@gmail.com>2025-07-02 14:51:45 -0700
committerGitHub <noreply@github.com>2025-07-02 21:51:45 +0000
commit7dd89f2ca28f6ef9976b28cfcb7817bd41bfdb3f (patch)
treeef1dd8817bcdb6f6bd2f82e24ff6d645262ed34b /.github/actions
parent05ff8850c8c3d3049c1f429672750f8904d4b808 (diff)
Remove swiftshader (#7600)
Diffstat (limited to '.github/actions')
-rw-r--r--.github/actions/common-setup/action.yml18
1 files changed, 0 insertions, 18 deletions
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: |