diff options
| author | Gangzheng Tong <tonggangzheng@gmail.com> | 2025-07-02 14:51:45 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-02 21:51:45 +0000 |
| commit | 7dd89f2ca28f6ef9976b28cfcb7817bd41bfdb3f (patch) | |
| tree | ef1dd8817bcdb6f6bd2f82e24ff6d645262ed34b /.github/actions | |
| parent | 05ff8850c8c3d3049c1f429672750f8904d4b808 (diff) | |
Remove swiftshader (#7600)
Diffstat (limited to '.github/actions')
| -rw-r--r-- | .github/actions/common-setup/action.yml | 18 |
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: | |
