mirror of
https://github.com/love2d/love.git
synced 2026-08-12 16:40:57 +02:00
CI: pull from 11.x branches of dependency repositories
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user