From d1a70901044b1990054c148acdc8b8ec96c99b7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Thu, 7 Nov 2024 22:13:49 +0100 Subject: [PATCH] CI: Remove now unused sources.list file (cherry picked from commit 12e9b22777c5e8de47b6731e7b5367cf1276af21) --- .github/workflows/linux_builds.yml | 6 +++--- misc/ci/sources.list | 4 ---- 2 files changed, 3 insertions(+), 7 deletions(-) delete mode 100644 misc/ci/sources.list diff --git a/.github/workflows/linux_builds.yml b/.github/workflows/linux_builds.yml index 2d26ceab759..01b824f49ab 100644 --- a/.github/workflows/linux_builds.yml +++ b/.github/workflows/linux_builds.yml @@ -124,9 +124,9 @@ jobs: - name: Download test project if: ${{ matrix.test }} run: | - wget https://github.com/godotengine/regression-test-project/archive/3.x.zip - unzip 3.x.zip - mv "regression-test-project-3.x" "test_project" + wget https://github.com/godotengine/regression-test-project/archive/3.6.zip + unzip 3.6.zip + mv "regression-test-project-3.6" "test_project" # Editor is quite complicated piece of software, so it is easy to introduce bug here - name: Open and close editor diff --git a/misc/ci/sources.list b/misc/ci/sources.list deleted file mode 100644 index 4d8f94f35c4..00000000000 --- a/misc/ci/sources.list +++ /dev/null @@ -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