Skip to content

Commit b794734

Browse files
committed
Revert building for roothide
Roothide is untested and has libroot linking issue
1 parent 8eab1b2 commit b794734

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Checkout theos/theos
1616
uses: actions/checkout@main
1717
with:
18-
repository: roothide/theos
18+
repository: theos/theos
1919
ref: master
2020
submodules: recursive
2121
path: theos
@@ -39,7 +39,7 @@ jobs:
3939
4040
gmake package FINALPACKAGE=1
4141
gmake package FINALPACKAGE=1 THEOS_PACKAGE_SCHEME=rootless
42-
gmake package FINALPACKAGE=1 THEOS_PACKAGE_SCHEME=roothide
42+
#gmake package FINALPACKAGE=1 THEOS_PACKAGE_SCHEME=roothide
4343
4444
- name: Upload packages
4545
uses: actions/upload-artifact@main

0 commit comments

Comments
 (0)