From 8fad032095ff0ceff2fffac90228896d03f0ccff Mon Sep 17 00:00:00 2001 From: arichornlover <78001398+arichornlover@users.noreply.github.com> Date: Tue, 18 Jun 2024 22:44:17 -0500 Subject: [PATCH] Update builddeb.yml --- .github/workflows/builddeb.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/builddeb.yml b/.github/workflows/builddeb.yml index 92fbb2d1..7248467e 100644 --- a/.github/workflows/builddeb.yml +++ b/.github/workflows/builddeb.yml @@ -19,12 +19,12 @@ jobs: submodules: recursive path: theos - - name: Checkout chrisharper22/sdks + - name: Checkout arichornlover/sdks uses: actions/checkout@main with: - repository: chrisharper22/sdks + repository: arichornlover/sdks ref: main - sparse-checkout: iPhoneOS16.2.sdk + sparse-checkout: iPhoneOS16.4.sdk path: theos/sdks - name: Checkout PoomSmart/YouTubeHeader