We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eab1b2 commit b794734Copy full SHA for b794734
.github/workflows/build.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Checkout theos/theos
16
uses: actions/checkout@main
17
with:
18
- repository: roothide/theos
+ repository: theos/theos
19
ref: master
20
submodules: recursive
21
path: theos
@@ -39,7 +39,7 @@ jobs:
39
40
gmake package FINALPACKAGE=1
41
gmake package FINALPACKAGE=1 THEOS_PACKAGE_SCHEME=rootless
42
- gmake package FINALPACKAGE=1 THEOS_PACKAGE_SCHEME=roothide
+ #gmake package FINALPACKAGE=1 THEOS_PACKAGE_SCHEME=roothide
43
44
- name: Upload packages
45
uses: actions/upload-artifact@main
0 commit comments