Respect workflow argument for iOS

Signed-off-by: Mary Guillemard <mary@mary.zone>
This commit is contained in:
Mary Guillemard 2024-02-06 19:41:53 +01:00
parent 8f286bb048
commit 70a111cbb6

View file

@ -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'