summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2022-01-06 15:17:34 +0100
committerRémi Verschelde <rverschelde@gmail.com>2022-01-06 15:17:34 +0100
commitaafac1e33a81f394eb95c5653576faf305652429 (patch)
tree6383f55a9d16f341c483d48f6a0eadbd0abf8fb7 /.github
parent84d82030c35017c7470d3373257437ee022024ae (diff)
CI: Update SwiftShader to 2021-10-02 build
No specific reason that I know of aside from it being available in our prebuilt CI dependencies.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/linux_builds.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/linux_builds.yml b/.github/workflows/linux_builds.yml
index a07bf46d03..eeca57a22e 100644
--- a/.github/workflows/linux_builds.yml
+++ b/.github/workflows/linux_builds.yml
@@ -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