From 1f2d146e770380b1d8b2844a724454caea85dabc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Thu, 6 Jan 2022 12:01:00 +0100 Subject: [PATCH] CI: Update links to regression test project and prebuilt SwiftShader qarmin's repository has been moved to the godotengine organization. (cherry picked from commit 94232dcb48054b78d847605fa412aca78d4c9d7f) --- .github/workflows/linux_builds.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linux_builds.yml b/.github/workflows/linux_builds.yml index c21fc066e3..0aa85ada3f 100644 --- a/.github/workflows/linux_builds.yml +++ b/.github/workflows/linux_builds.yml @@ -200,9 +200,9 @@ jobs: # CI has no audio device, so use the Dummy audio driver to avoid spurious error messages. - name: Download project run: | - wget2 https://github.com/qarmin/RegressionTestProject/archive/3.3.zip + wget https://github.com/godotengine/regression-test-project/archive/3.3.zip unzip 3.3.zip - mv "RegressionTestProject-3.3" "test_project" + mv "regression-test-project-3.3" "test_project" # Editor is quite complicated piece of software, so it is easy to introduce bug here - name: Open and close editor