mirror of
https://github.com/Ryujinx/SDL2-CS.git
synced 2024-12-22 19:45:41 +00:00
Respect workflow argument for iOS
Signed-off-by: Mary Guillemard <mary@mary.zone>
This commit is contained in:
parent
8f286bb048
commit
70a111cbb6
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -131,8 +131,8 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
repository: 'libsdl-org/SDL'
|
||||
ref: 'SDL2'
|
||||
repository: Ryujinx/SDL
|
||||
ref: ${{ github.event.inputs.rev }}
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
path: 'SDL2-CS'
|
||||
|
|
Loading…
Reference in a new issue