Browse Source

[godot] GH action

Mario Zechner 3 years ago
parent
commit
68a939c5ec
2 changed files with 5 additions and 1 deletions
  1. 1 1
      .github/workflows/spine-godot.yml
  2. 4 0
      spine-godot/build/sources.lst

+ 1 - 1
.github/workflows/spine-godot.yml

@@ -209,7 +209,7 @@ jobs:
       - name: Make apt sources.list use the default Ubuntu repositories
       - name: Make apt sources.list use the default Ubuntu repositories
         run: |
         run: |
           sudo rm -f /etc/apt/sources.list.d/*
           sudo rm -f /etc/apt/sources.list.d/*
-          sudo cp -f misc/ci/sources.list /etc/apt/sources.list
+          sudo cp -f spine-godot/build/sources.list /etc/apt/sources.list
           sudo apt-get update
           sudo apt-get update
           
           
       - name: Set up Java 11
       - name: Set up Java 11

+ 4 - 0
spine-godot/build/sources.lst

@@ -0,0 +1,4 @@
+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