From 70a111cbb6c5a24052ed0d87e79932eb550878b8 Mon Sep 17 00:00:00 2001 From: Mary Guillemard Date: Tue, 6 Feb 2024 19:41:53 +0100 Subject: [PATCH] Respect workflow argument for iOS Signed-off-by: Mary Guillemard --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 580f1f5..4a39f09 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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'