Skip to content

Commit ef036ed

Browse files
committed
Update lind-selfhost.yml for Stable CI
1 parent 6097120 commit ef036ed

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/lind-selfhost.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,12 @@ jobs:
5050
git --git-dir /home/lind/lind_project/src/native_client/.git remote update origin --prune;
5151
git --git-dir /home/lind/lind_project/src/native_client/.git checkout remotes/origin/develop;
5252
make nacl;
53-
- name: One GLIBC to find them
54-
run: |
55-
git --git-dir /home/lind/lind_project/src/lind_glibc/.git remote update origin --prune;
56-
git --git-dir /home/lind/lind_project/src/lind_glibc/.git checkout remotes/origin/develop;
57-
make glibc;
53+
5854
- name: One ring to INSTALL them all
5955
run: |
6056
make install;
57+
6158
- name: And in darkness TEST them
6259
run: |
6360
make test-verbose;
61+

0 commit comments

Comments
 (0)