Skip to content

Commit

Permalink
Attempt to fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
opa334 committed Jan 9, 2024
1 parent 6f4283b commit 83d101d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ jobs:
- name: Install SDK
run: |
set -x
curl -L https://github.com/theos/sdks/releases/latest/download/iPhoneOS16.5.sdk.tar.xz --output $(THEOS)/sdks
gunzip $(THEOS)/sdks/iPhoneOS16.5.sdk.tar.xz
tar -xf $(THEOS)/sdks/iPhoneOS16.5.sdk.tar -C $(THEOS)/sdks
rm $(THEOS)/sdks/iPhoneOS16.5.sdk.tar
curl -L https://github.com/theos/sdks/releases/latest/download/iPhoneOS16.5.sdk.tar.xz --output $THEOS/sdks
gunzip $THEOS/sdks/iPhoneOS16.5.sdk.tar.xz
tar -xf $THEOS/sdks/iPhoneOS16.5.sdk.tar -C $THEOS/sdks
rm $THEOS/sdks/iPhoneOS16.5.sdk.tar
- name: Build and Install trustcache
run: |
Expand Down

0 comments on commit 83d101d

Please sign in to comment.