CI: pull from 11.x branches of dependency repositories

This commit is contained in:
Sasha Szpakowski
2024-02-10 12:34:19 -04:00
parent 94d5864144
commit 21c1fce988
2 changed files with 5 additions and 4 deletions
+4 -3
View File
@@ -20,6 +20,7 @@ jobs:
uses: actions/checkout@v3
with:
repository: love2d/love-appimage-source
ref: 11.x
- name: Checkout LÖVE
uses: actions/checkout@v3
with:
@@ -59,7 +60,7 @@ jobs:
with:
path: megasource
repository: love2d/megasource
ref: main
ref: 11.x
- name: Checkout
uses: actions/checkout@v3
with:
@@ -92,7 +93,7 @@ jobs:
with:
path: apple-dependencies
repository: love2d/love-apple-dependencies
ref: main
ref: 11.x
- name: Move Dependencies
run:
mv apple-dependencies/macOS/Frameworks platform/xcode/macosx
@@ -120,7 +121,7 @@ jobs:
with:
path: apple-dependencies
repository: love2d/love-apple-dependencies
ref: main
ref: 11.x
- name: Move Dependencies
run: |
mv apple-dependencies/iOS/libraries platform/xcode/ios
+1 -1
View File
@@ -26,7 +26,7 @@ install:
- for /D %%i in (*) do @if "%%i" NEQ "love" @move %%i love\%%i
- for %%i in (*) do @if "%%i" NEQ "appveyor.yml" @move %%i love\%%i
# clone megasource and move into top directory.
- git clone --depth 1 https://github.com/love2d/megasource.git megasource
- git clone -b 11.x --depth 1 https://github.com/love2d/megasource.git megasource
- cd megasource
- for /D %%i in (*) do @move %%i ..\%%i
- for %%i in (*) do @move %%i ..\%%i