diff --git a/.github/actions/common-setup/action.yml b/.github/actions/common-setup/action.yml index 632a14485c8..a3b219c15a4 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: |