Skip to content

Commit

Permalink
CI: Update links to regression test project and prebuilt SwiftShader
Browse files Browse the repository at this point in the history
qarmin's repository has been moved to the godotengine organization.

(cherry picked from commit 94232dc)
  • Loading branch information
akien-mga committed Jan 6, 2022
1 parent 056a927 commit 1f2d146
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 @@ -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
Expand Down

0 comments on commit 1f2d146

Please sign in to comment.