We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6097120 commit ef036edCopy full SHA for ef036ed
.github/workflows/lind-selfhost.yml
@@ -50,14 +50,12 @@ jobs:
50
git --git-dir /home/lind/lind_project/src/native_client/.git remote update origin --prune;
51
git --git-dir /home/lind/lind_project/src/native_client/.git checkout remotes/origin/develop;
52
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;
+
58
- name: One ring to INSTALL them all
59
run: |
60
make install;
61
- name: And in darkness TEST them
62
63
make test-verbose;
0 commit comments