소스 검색

CI: Remove now unused sources.list file

(cherry picked from commit 12e9b22777c5e8de47b6731e7b5367cf1276af21)
Rémi Verschelde 8 달 전
부모
커밋
d1a7090104
2개의 변경된 파일3개의 추가작업 그리고 7개의 파일을 삭제
  1. 3 3
      .github/workflows/linux_builds.yml
  2. 0 4
      misc/ci/sources.list

+ 3 - 3
.github/workflows/linux_builds.yml

@@ -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
-          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
       # 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

+ 0 - 4
misc/ci/sources.list

@@ -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