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 eb82d7d commit 6f4283b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,15 @@ jobs:
gsed -E "/^\s*get_theos\s*$/,+1 s/^(\s*)(get_sdks)\s*$/\1mkdir -p \${THEOS}\/sdks\n\1touch \${THEOS}\/sdks\/sdk\n\1\2/g" -i install-theos.sh
bash install-theos.sh
cd $BASEDIR
- 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
- name: Build and Install trustcache
run: |
set -x
Expand Down

0 comments on commit 6f4283b

Please sign in to comment.