Skip to content

Commit

Permalink
quote
Browse files Browse the repository at this point in the history
  • Loading branch information
mockersf committed Aug 18, 2023
1 parent 72863c6 commit ba25390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
set -e
mkdir -p swiftshader
curl -LsSf https://github.com/gfx-rs/ci-build/releases/latest/download/swiftshader-linux-x86_64.tar.xz | tar -xf - -C swiftshader
sed -i 's/.\/libvk_swiftshader.so/$PWD\/swiftshader\/libvk_swiftshader.so/' swiftshader/vk_swiftshader_icd.json
sed -i "s|./libvk_swiftshader.so|$PWD/swiftshader/libvk_swiftshader.so|" swiftshader/vk_swiftshader_icd.json
echo "VK_ICD_FILENAMES=$PWD/swiftshader/vk_swiftshader_icd.json" >> $GITHUB_ENV
- name: install llvmpipe, vulkan sdk
shell: bash
Expand Down

0 comments on commit ba25390

Please sign in to comment.