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: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:
repository: 'libsdl-org/SDL' repository: Ryujinx/SDL
ref: 'SDL2' ref: ${{ github.event.inputs.rev }}
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:
path: 'SDL2-CS' path: 'SDL2-CS'