mirror of
https://github.com/godotengine/godot.git
synced 2024-11-21 11:32:13 +00:00
CI: Remove now unused sources.list file
Some checks failed
🔗 GHA / 📊 Static (push) Has been cancelled
🔗 GHA / 🤖 Android (push) Has been cancelled
🔗 GHA / 🍏 iOS (push) Has been cancelled
🔗 GHA / 🌐 JavaScript (push) Has been cancelled
🔗 GHA / 🐧 Linux (push) Has been cancelled
🔗 GHA / 🍎 macOS (push) Has been cancelled
🔗 GHA / ☁ Server (push) Has been cancelled
🔗 GHA / 🏁 Windows (push) Has been cancelled
Some checks failed
🔗 GHA / 📊 Static (push) Has been cancelled
🔗 GHA / 🤖 Android (push) Has been cancelled
🔗 GHA / 🍏 iOS (push) Has been cancelled
🔗 GHA / 🌐 JavaScript (push) Has been cancelled
🔗 GHA / 🐧 Linux (push) Has been cancelled
🔗 GHA / 🍎 macOS (push) Has been cancelled
🔗 GHA / ☁ Server (push) Has been cancelled
🔗 GHA / 🏁 Windows (push) Has been cancelled
(cherry picked from commit 12e9b22777
)
This commit is contained in:
parent
932c3ea6b2
commit
d1a7090104
6
.github/workflows/linux_builds.yml
vendored
6
.github/workflows/linux_builds.yml
vendored
@ -124,9 +124,9 @@ jobs:
|
|||||||
- name: Download test project
|
- name: Download test project
|
||||||
if: ${{ matrix.test }}
|
if: ${{ matrix.test }}
|
||||||
run: |
|
run: |
|
||||||
wget https://github.com/godotengine/regression-test-project/archive/3.x.zip
|
wget https://github.com/godotengine/regression-test-project/archive/3.6.zip
|
||||||
unzip 3.x.zip
|
unzip 3.6.zip
|
||||||
mv "regression-test-project-3.x" "test_project"
|
mv "regression-test-project-3.6" "test_project"
|
||||||
|
|
||||||
# Editor is quite complicated piece of software, so it is easy to introduce bug here
|
# Editor is quite complicated piece of software, so it is easy to introduce bug here
|
||||||
- name: Open and close editor
|
- name: Open and close editor
|
||||||
|
@ -1,4 +0,0 @@
|
|||||||
deb http://archive.ubuntu.com/ubuntu/ focal main restricted universe multiverse
|
|
||||||
deb http://archive.ubuntu.com/ubuntu/ focal-updates main restricted universe multiverse
|
|
||||||
deb http://archive.ubuntu.com/ubuntu/ focal-security main restricted universe multiverse
|
|
||||||
deb http://archive.ubuntu.com/ubuntu/ focal-backports main restricted universe multiverse
|
|
Loading…
Reference in New Issue
Block a user