Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 0 additions & 18 deletions .github/actions/common-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
Loading