Skip to content

Commit

Permalink
CI: Update SwiftShader to 2021-10-02 build
Browse files Browse the repository at this point in the history
No specific reason that I know of aside from it being available in our
prebuilt CI dependencies.
  • Loading branch information
akien-mga committed Jan 6, 2022
1 parent 84d8203 commit aafac1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aafac1e

Please sign in to comment.