Merge pull request #56560 from akien-mga/ci-swiftshader-oct2021
This commit is contained in:
commit
df491d2f1c
1 changed files with 2 additions and 2 deletions
4
.github/workflows/linux_builds.yml
vendored
4
.github/workflows/linux_builds.yml
vendored
|
@ -127,8 +127,8 @@ jobs:
|
|||
- name: Download SwiftShader
|
||||
if: ${{ matrix.tests }}
|
||||
run: |
|
||||
wget https://github.com/godotengine/regression-test-project/releases/download/_ci-deps/swiftshader-ubuntu20.04-20210728.zip
|
||||
unzip swiftshader-ubuntu20.04-20210728.zip
|
||||
wget https://github.com/godotengine/regression-test-project/releases/download/_ci-deps/swiftshader-ubuntu20.04-20211002.zip
|
||||
unzip swiftshader-ubuntu20.04-20211002.zip
|
||||
curr="$(pwd)/libvk_swiftshader.so"
|
||||
sed -i "s|PATH_TO_CHANGE|$curr|" vk_swiftshader_icd.json
|
||||
|
||||
|
|
Loading…
Reference in a new issue