CI: Update links to regression test project and prebuilt SwiftShader
qarmin's repository has been moved to the godotengine organization.
(cherry picked from commit 94232dcb48
)
This commit is contained in:
parent
8f17a4037b
commit
cf76e1e001
1 changed files with 2 additions and 2 deletions
4
.github/workflows/linux_builds.yml
vendored
4
.github/workflows/linux_builds.yml
vendored
|
@ -98,9 +98,9 @@ jobs:
|
|||
- name: Download test project
|
||||
if: ${{ matrix.test }}
|
||||
run: |
|
||||
wget https://github.com/qarmin/RegressionTestProject/archive/3.x.zip
|
||||
wget https://github.com/godotengine/regression-test-project/archive/3.x.zip
|
||||
unzip 3.x.zip
|
||||
mv "RegressionTestProject-3.x" "test_project"
|
||||
mv "regression-test-project-3.x" "test_project"
|
||||
|
||||
# Editor is quite complicated piece of software, so it is easy to introduce bug here
|
||||
- name: Open and close editor
|
||||
|
|
Loading…
Reference in a new issue