We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4fec48 commit 3e479d6Copy full SHA for 3e479d6
1 file changed
.github/workflows/build.yml
@@ -29,7 +29,7 @@ jobs:
29
30
- name: Setup Theos
31
run: |
32
- bash -c "$(curl -fsSL https://raw.githubusercontent.com/OwnGoalStudio/theos/ci/auth-token/bin/install-theos)"
+ bash -c "$(curl -fsSL https://raw.githubusercontent.com/OwnGoalStudio/theos/refs/heads/master/bin/install-theos)"
33
env:
34
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35
@@ -39,7 +39,7 @@ jobs:
39
40
- name: Setup Theos (RootHide)
41
42
- bash -c "$(curl -fsSL https://raw.githubusercontent.com/OwnGoalStudio/theos-roothide/ci/auth-token/bin/install-theos)"
+ bash -c "$(curl -fsSL https://raw.githubusercontent.com/OwnGoalStudio/theos-roothide/refs/heads/master/bin/install-theos)"
43
44
45
0 commit comments