File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2929
3030 - name : Setup Theos
3131 run : |
32- bash -c "$(curl -fsSL https://raw.githubusercontent.com/OwnGoalStudio/theos/ci/auth-token /bin/install-theos)"
32+ bash -c "$(curl -fsSL https://raw.githubusercontent.com/OwnGoalStudio/theos/refs/heads/master /bin/install-theos)"
3333 $THEOS/bin/install-sdk iPhoneOS16.5 || true
3434 env :
3535 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
4040
4141 - name : Setup Theos (RootHide)
4242 run : |
43- bash -c "$(curl -fsSL https://raw.githubusercontent.com/OwnGoalStudio/theos-roothide/ci/auth-token /bin/install-theos)"
43+ bash -c "$(curl -fsSL https://raw.githubusercontent.com/OwnGoalStudio/theos-roothide/refs/heads/master /bin/install-theos)"
4444 $THEOS/bin/install-sdk iPhoneOS16.5 || true
4545 env :
4646 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments