ソースを参照

[godot] GH action

Mario Zechner 3 年 前
コミット
68a939c5ec
2 ファイル変更5 行追加1 行削除
  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
         run: |
           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
           
       - 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